1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-30 19:22:21 +00:00

Renamed to pool bracket placement points

This commit is contained in:
2015-11-17 16:42:16 +00:00
parent da6b95fed8
commit 61ed7c9d69
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
class PoolBracketTeamPointsCalc
class Poolbracketplacementpoints
def initialize(wrestler)
@wrestler = wrestler
@bracket = wrestler.weight.pool_bracket_type

View File

@@ -20,7 +20,7 @@ class Wrestler < ActiveRecord::Base
end
def placementPoints
PoolBracketTeamPointsCalc.new(self).calcPoints
Poolbracketplacementpoints.new(self).calcPoints
end
def totalDeductedPoints