diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/tournament.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/tournament.rb b/app/models/tournament.rb index 30a4895..2d4d6b6 100644 --- a/app/models/tournament.rb +++ b/app/models/tournament.rb @@ -118,5 +118,4 @@ class Tournament < ActiveRecord::Base def self.seeding_methods make_methods "seeding" end - end |