mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 15:29:20 +00:00
Added weight_max to matchup
This commit is contained in:
@@ -23,6 +23,7 @@ class Pool
|
||||
@match.w2_name = b[1].name
|
||||
@match.weight_id = weight.id
|
||||
@match.round = index + 1
|
||||
@match.weight_max = weight.max
|
||||
matches << @match
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user