1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Trying to get curently generating matches to be nil

This commit is contained in:
2018-02-01 07:13:06 -05:00
parent cda7e21d34
commit df397f55e3

View File

@@ -39,7 +39,7 @@ class GenerateTournamentMatches
assignBouts assignBouts
assignFirstMatchesToMats assignFirstMatchesToMats
@tournament.curently_generating_matches = nil @tournament.curently_generating_matches = nil
@tournament.save @tournament.save!
end end
def assignBouts def assignBouts