1
0
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:
2015-10-13 20:57:35 -04:00
parent 906d79c5ac
commit 087c383996
7 changed files with 94 additions and 8 deletions

View File

@@ -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