mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 23:17:25 +00:00
Fix team points per OHSAA
This commit is contained in:
@@ -96,6 +96,8 @@ class Weight < ActiveRecord::Base
|
||||
return "fourPoolsToSemi"
|
||||
elsif self.wrestlers.size > 16 && self.wrestlers.size <= 24
|
||||
return "eightPoolsToQuarter"
|
||||
elsif self.wrestlers.size <= 6
|
||||
return "onePool"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user