mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Move all finals matches to the last round
This commit is contained in:
@@ -49,7 +49,7 @@ class GenerateTournamentMatches
|
|||||||
end
|
end
|
||||||
|
|
||||||
def postMatchCreationActions
|
def postMatchCreationActions
|
||||||
moveFinalsMatchesToLastRound if @tournament.tournament_type == "Pool to bracket"
|
moveFinalsMatchesToLastRound
|
||||||
assignBouts
|
assignBouts
|
||||||
assignFirstMatchesToMats
|
assignFirstMatchesToMats
|
||||||
@tournament.curently_generating_matches = nil
|
@tournament.curently_generating_matches = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user