1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 14:17:20 +00:00

Mock advancment from pools to brackets

This commit is contained in:
2015-10-08 17:31:27 -04:00
parent b449aa530b
commit 516dbe66ad
6 changed files with 92 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ class Pool
w1: bout[0].id,
w2: bout[1].id,
weight_id: @weight.id,
bracket_position: "Pool",
round: round)
matches << match
end