ファイル
btrc-hub/backend/app/models/theatre_skip_event_voter.rb
T
2026-06-06 19:49:21 +09:00

7 行
159 B
Ruby

class TheatreSkipEventVoter < ApplicationRecord
self.primary_key = :theatre_skip_event_id, :user_id
belongs_to :theatre_skip_event
belongs_to :user
end