mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Forgot 126 with hs weights
This commit is contained in:
@@ -7,7 +7,7 @@ class Weight < ActiveRecord::Base
|
||||
|
||||
validates :max, presence: true
|
||||
|
||||
HS_WEIGHT_CLASSES = [106,113,120,132,138,145,152,160,170,182,195,220,285]
|
||||
HS_WEIGHT_CLASSES = [106,113,120,126,132,138,145,152,160,170,182,195,220,285]
|
||||
|
||||
before_save do
|
||||
self.tournament.destroyAllMatches
|
||||
|
||||
Reference in New Issue
Block a user