1
0
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:
2020-01-07 07:25:49 -05:00
parent 981ba3d530
commit 6acea87822
7 changed files with 93 additions and 23 deletions

View File

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