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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user