Files
btrc-hub/backend/app/models/theatre_programme.rb
2026-05-17 21:09:43 +09:00

7 lines
133 B
Ruby

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