ファイル
btrc-hub/backend/app/models/theatre_programme.rb
T
2026-06-07 02:51:25 +09:00

7 行
133 B
Ruby

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