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