Number of plans can no be incremented or decremented

This commit is contained in:
2024-08-13 13:00:59 +02:00
parent 3a660d42de
commit eaf7fdd2be
4 changed files with 70 additions and 40 deletions

View File

@@ -11,6 +11,8 @@ Rails.application.routes.draw do
patch "pickup"
patch "printing"
patch "paid"
patch "increment_page"
patch "decrement_page"
end
end
end