2adff3966a
#297 #297 #297 #297 #297 Merge remote-tracking branch 'origin/main' into feature/297 #297 #297 #297 #297 #297 #297 #297 #297 #297 Co-authored-by: miteruzo <miteruzo@naver.com> Reviewed-on: #299
9 lines
151 B
Ruby
9 lines
151 B
Ruby
class TheatreComment < ApplicationRecord
|
|
include Discard::Model
|
|
|
|
self.primary_key = :theatre_id, :no
|
|
|
|
belongs_to :theatre
|
|
belongs_to :user
|
|
end
|