summaryrefslogtreecommitdiff
path: root/app/models/tournament.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 10:00:47 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 10:00:47 -0400
commita75bd55c2cd3d8b53f61aa8d700fc510c8308f57 (patch)
tree2c8c7dae85bdaa45f7100598b8d951983d49552a /app/models/tournament.rb
parentffa2652ec2b251818328e8927b112dde9e45de80 (diff)
remove dead references to {Tournament,Game}#sampling_method
Diffstat (limited to 'app/models/tournament.rb')
-rw-r--r--app/models/tournament.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/tournament.rb b/app/models/tournament.rb
index 46a2ba7..b867716 100644
--- a/app/models/tournament.rb
+++ b/app/models/tournament.rb
@@ -100,10 +100,6 @@ class Tournament < ActiveRecord::Base
@scoring ||= "Scoring::#{self.scoring_method.camelcase}".constantize
end
- def sampling
- @sampling ||= "Sampling::#{self.sampling_method.camelcase}".constantize
- end
-
# YISSSSSS
def scoring_methods