mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 22:21:26 +00:00
Added weight_max to matchup
This commit is contained in:
@@ -95,6 +95,7 @@ class Poolbracket
|
||||
@match.round = round
|
||||
@match.bracket_position = bracket_position
|
||||
@match.bracket_position_number = bracket_position_number
|
||||
@match.weight_max = weight.max
|
||||
matches << @match
|
||||
return matches
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user