From e460fd7880ab351f9a765c9c517fcb048ab4b5ef Mon Sep 17 00:00:00 2001 From: jcwimer Date: Wed, 30 Dec 2015 23:21:05 +0000 Subject: [PATCH] Forgot 126 with hs weights --- app/models/weight.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/weight.rb b/app/models/weight.rb index f3093f2..b655da7 100644 --- a/app/models/weight.rb +++ b/app/models/weight.rb @@ -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