mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-10 07:48:29 +00:00
Continuing pool bracket movements
This commit is contained in:
@@ -37,4 +37,9 @@ class Match < ActiveRecord::Base
|
||||
self.save
|
||||
end
|
||||
end
|
||||
def poolNumber
|
||||
if self.w1
|
||||
Wrestler.find(self.w1).generatePoolNumber
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user