summaryrefslogtreecommitdiff
path: root/app/models/team_match_pair.rb
blob: 85f8eaa2ba9386b6fe95f8e1c617167659c7fe76 (plain)
1
2
3
4
class TeamMatchPair < ActiveRecord::Base
  belongs_to :team
  belongs_to :match
end