このコミットが含まれているのは:
2026-03-18 01:04:50 +09:00
コミット 3e34f1ff9a
13個のファイルの変更236行の追加3行の削除
+7
ファイルの表示
@@ -72,4 +72,11 @@ Rails.application.routes.draw do
end
end
end
resources :theatres, only: [:show] do
member do
put :watching
patch :next_post
end
end
end