1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-09 15:42:09 +00:00

Advance in pool for previous matches

This commit is contained in:
2016-01-11 20:06:43 +00:00
parent 76865f7e3b
commit a8d54a2213
3 changed files with 8 additions and 7 deletions

View File

@@ -201,7 +201,7 @@ class Wrestler < ActiveRecord::Base
end
end
def advanceInBracket
PoolAdvance.new(self).advanceWrestler
def advanceInBracket(match)
PoolAdvance.new(self,match).advanceWrestler
end
end