diff options
Diffstat (limited to 'app/models/team_match_pair.rb')
-rw-r--r-- | app/models/team_match_pair.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/team_match_pair.rb b/app/models/team_match_pair.rb index 24a4e86..85f8eaa 100644 --- a/app/models/team_match_pair.rb +++ b/app/models/team_match_pair.rb @@ -1,2 +1,4 @@ class TeamMatchPair < ActiveRecord::Base + belongs_to :team + belongs_to :match end |