このコミットが含まれているのは:
2026-03-21 04:32:07 +09:00
コミット d39b99f0ab
6個のファイルの変更296行の追加50行の削除
+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