1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added time saver for girls middle school weight classes

This commit is contained in:
2024-12-08 19:48:59 -05:00
parent f18802a933
commit 5219c2b1e3
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ class Weight < ApplicationRecord
HS_WEIGHT_CLASSES = "106,113,120,126,132,138,144,150,157,165,175,190,215,285"
HS_GIRLS_WEIGHT_CLASSES = "100,105,110,115,120,125,130,135,140,145,155,170,190,235"
MS_WEIGHT_CLASSES = "80,86,92,98,104,110,116,122,128,134,142,150,160,172,205,245"
MS_GIRLS_WEIGHT_CLASSES = "72,80,86,92,98,104,110,116,122,128,134,142,155,170,190,235"
before_destroy do
self.tournament.destroy_all_matches