class TheatreProgramme < ApplicationRecord self.primary_key = :theatre_id, :position belongs_to :theatre belongs_to :post end