summaryrefslogtreecommitdiff
path: root/app/models/user_tournament_pair.rb
blob: b2676e53ebd3ced784f8bcb8b2547ebf68ad5e22 (plain)
1
2
3
4
class UserTournamentPair < ActiveRecord::Base
  belongs_to :user
  belongs_to :tournament
end