diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-03 16:15:46 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-03 16:15:46 -0400 |
commit | 5169363d6698fb87372efcb7ace552b89953584e (patch) | |
tree | ff42d819be510dfe929b4cd9dbc1cd25f51c9785 /app/models/tournament.rb | |
parent | 2b79a033262dfe610eb22b7f6b3614db9cb134b1 (diff) | |
parent | 9f19d0e16d7920e07255c0fbe596c518d1aa415f (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/models/tournament.rb')
-rw-r--r-- | app/models/tournament.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/tournament.rb b/app/models/tournament.rb index 21dc9bb..87b516e 100644 --- a/app/models/tournament.rb +++ b/app/models/tournament.rb @@ -43,6 +43,4 @@ class Tournament < ActiveRecord::Base end end end - - end |