This commit is contained in:
2026-05-17 21:09:43 +09:00
parent dc54f9cbb5
commit 09763982b5
14 changed files with 231 additions and 45 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ Rails.application.routes.draw do
patch :next_post
end
resources :comments, controller: :theatre_comments, only: [:index, :create]
resources :comments, controller: :theatre_comments, only: [:index, :create, :destroy]
resources :programmes, controller: :theatre_programmes, only: [:index]
end
resources :materials, only: [:index, :show, :create, :update, :destroy]