1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-06 22:44:14 +00:00

Mock advancment from pools to brackets

This commit is contained in:
2015-10-08 17:31:27 -04:00
parent b449aa530b
commit 516dbe66ad
6 changed files with 92 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ class School < ActiveRecord::Base
#calculate score here
def score
#Add score per wrestler. Calculate score in wrestler model.
return 0
end
end