1
0
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:
2015-12-30 23:21:05 +00:00
parent c584f1fabc
commit e460fd7880

View File

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