Merge remote-tracking branch 'origin/main' into feature/047

このコミットが含まれているのは:
2026-03-26 23:52:57 +09:00
コミット be40b4bcc4
12個のファイルの変更527行の追加63行の削除
+2 -2
ファイルの表示
@@ -1,8 +1,8 @@
class TheatreComment < ApplicationRecord
include MyDiscard
include Discard::Model
self.primary_key = :theatre_id, :no
belongs_to :theatre
belongs_to :user
end