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 -2
View File
@@ -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