Status transitions editing

This commit is contained in:
2026-04-25 15:37:07 +03:00
parent bf78009df8
commit 2a0a70c290
5 changed files with 65 additions and 2 deletions
+2
View File
@@ -25,6 +25,8 @@ Rails.application.routes.draw do
resources :statuses, only: %i[index] do
get :edit, on: :collection
put '/', action: :batch_update, on: :collection
get :edit_transitions, on: :collection
put '/transitions', action: :batch_update_transitions, on: :collection
end
end
end