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

8 行
160 B
Ruby

class TheatreSkipVote < ApplicationRecord
self.primary_key = :theatre_id, :post_id, :user_id
belongs_to :theatre
belongs_to :post
belongs_to :user
end