This commit is contained in:
2026-03-21 04:32:07 +09:00
parent 8cf7107445
commit d39b99f0ab
6 changed files with 296 additions and 50 deletions
+2
View File
@@ -78,5 +78,7 @@ Rails.application.routes.draw do
put :watching
patch :next_post
end
resources :comments, controller: :theatre_comments, only: [:index, :create]
end
end