summaryrefslogtreecommitdiff
path: root/app/models/match.rb
diff options
context:
space:
mode:
authorshumakl <shumakl@purdue.edu>2014-04-03 11:52:05 -0400
committershumakl <shumakl@purdue.edu>2014-04-03 11:52:05 -0400
commit8e3e46b7951120f1ec34949d607a7672ad03f820 (patch)
treed2bfc79435a4ab5c5f2dccf159066e52d8090337 /app/models/match.rb
parentbed5a14c1e8bd4af7a066664f0ec2b57979bc96b (diff)
run generate.sh
Diffstat (limited to 'app/models/match.rb')
-rw-r--r--app/models/match.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/match.rb b/app/models/match.rb
index bb814c1..fe68d31 100644
--- a/app/models/match.rb
+++ b/app/models/match.rb
@@ -1,4 +1,4 @@
class Match < ActiveRecord::Base
- belongs_to :tournament
- belongs_to :winner
+ belongs_to :tournament
+ belongs_to :winner
end