summaryrefslogtreecommitdiff
path: root/app/models/match.rb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-03-06 20:39:05 -0500
committernfoy <nfoy@purdue.edu>2014-03-06 20:39:05 -0500
commite10bf58ec059ec263c1d1a9dcac608475377868a (patch)
tree548a7ce8c770df6716a7be2dba57fc8038ffc702 /app/models/match.rb
parent8e1ca0e4f9107a43fbdf0dac315e3467b0158356 (diff)
matches routed
Diffstat (limited to 'app/models/match.rb')
-rw-r--r--app/models/match.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/match.rb b/app/models/match.rb
index 533435a..8acebf7 100644
--- a/app/models/match.rb
+++ b/app/models/match.rb
@@ -1,3 +1,4 @@
class Match < ActiveRecord::Base
belongs_to :tournament
+
end