Task status selector in index

This commit is contained in:
2025-10-31 22:42:26 +02:00
parent 8bb22f8e04
commit 74c22b7b3d
11 changed files with 92 additions and 6 deletions
+3 -1
View File
@@ -17,5 +17,7 @@ Rails.application.routes.draw do
# root "posts#index"
resources :projects
resources :tasks
resources :tasks do
patch :change_status, on: :member
end
end