summaryrefslogtreecommitdiff
path: root/app/models/match.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-07 00:31:47 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-07 00:31:47 -0500
commit1ecd3d50d0ac73968362f885c9f60ec38253be9a (patch)
tree324f79ad4d4da1af623fc93f215643287d6210f3 /app/models/match.rb
parentb2e0b1397596ee8f624ef4de122cc71599d4dc0d (diff)
parentc1f714a479eb7ca9e9125e283361a471dd928278 (diff)
Merge branch 'clean'
Conflicts: app/models/match.rb app/views/matches/index.html.erb app/views/matches/show.html.erb
Diffstat (limited to 'app/models/match.rb')
-rw-r--r--app/models/match.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/match.rb b/app/models/match.rb
index 83d2e7b..7dacae5 100644
--- a/app/models/match.rb
+++ b/app/models/match.rb
@@ -1,4 +1,8 @@
class Match < ActiveRecord::Base
belongs_to :tournament
+
has_and_belongs_to_many :teams
+
+ belongs_to :winner
+
end