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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/tournament_stage.rb b/app/models/tournament_stage.rb
index caf5a8a..19b9c23 100644
--- a/app/models/tournament_stage.rb
+++ b/app/models/tournament_stage.rb
@@ -31,10 +31,6 @@ class TournamentStage < ActiveRecord::Base
@scoring ||= tournament.scoring
end
- def sampling
- @sampling ||= tournament.sampling
- end
-
def scheduling
@scheduling ||= "Scheduling::#{self.scheduling_method.camelcase}".constantize.new(self)
end