このコミットが含まれているのは:
2026-05-17 21:09:43 +09:00
コミット 09763982b5
14個のファイルの変更231行の追加45行の削除
+2 -1
ファイルの表示
@@ -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]