summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/tournament.rb1
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