summaryrefslogtreecommitdiff
path: root/app/models/tournament_stage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/tournament_stage.rb')
-rw-r--r--app/models/tournament_stage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/tournament_stage.rb b/app/models/tournament_stage.rb
index 9352137..caf5a8a 100644
--- a/app/models/tournament_stage.rb
+++ b/app/models/tournament_stage.rb
@@ -40,6 +40,6 @@ class TournamentStage < ActiveRecord::Base
end
def seeding
- @seeding ||= "Seeding::#{self.seeding_method.camelcase}".constantize.new(self)
+ @seeding ||= "Seeding::#{self.seeding_method.camelcase}".constantize
end
end