ファイル
btrc-hub/backend/app/models/theatre_skip_event_voter.rb
T
2026-06-07 02:51:25 +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