Implemented status changes operator index

This commit is contained in:
2024-08-13 23:37:31 +02:00
parent 8732f07dd6
commit 3be019b58b
7 changed files with 42 additions and 42 deletions

View File

@@ -7,12 +7,8 @@ Rails.application.routes.draw do
namespace :operator do
resources :jobs do
member do
patch "cancel"
patch "pickup"
patch "printing"
patch "paid"
patch "increment_page"
patch "decrement_page"
patch "increment_page", :din
patch "decrement_page", :din
end
end
end