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