3980e9651e
Reviewed-on: #357 Co-authored-by: miteruzo <miteruzo@naver.com> Co-committed-by: miteruzo <miteruzo@naver.com>
7 行
133 B
Ruby
7 行
133 B
Ruby
class TheatreProgramme < ApplicationRecord
|
|
self.primary_key = :theatre_id, :position
|
|
|
|
belongs_to :theatre
|
|
belongs_to :post
|
|
end
|