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:
@@ -1,4 +1,4 @@
|
||||
class PoolBracketTeamPointsCalc
|
||||
class Poolbracketplacementpoints
|
||||
def initialize(wrestler)
|
||||
@wrestler = wrestler
|
||||
@bracket = wrestler.weight.pool_bracket_type
|
||||
@@ -20,7 +20,7 @@ class Wrestler < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def placementPoints
|
||||
PoolBracketTeamPointsCalc.new(self).calcPoints
|
||||
Poolbracketplacementpoints.new(self).calcPoints
|
||||
end
|
||||
|
||||
def totalDeductedPoints
|
||||
|
||||
Reference in New Issue
Block a user