7 lines
133 B
Ruby
7 lines
133 B
Ruby
class TheatreProgramme < ApplicationRecord
|
|
self.primary_key = :theatre_id, :position
|
|
|
|
belongs_to :theatre
|
|
belongs_to :post
|
|
end
|