VRFS-3036 fixed typo referencing old constant SKILL_VAL_STRS

This commit is contained in:
Jonathan Kolyer 2015-06-28 04:00:44 +00:00
parent 5d8ba22172
commit 4f897fc6aa
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ module JamRuby
when BAND_TYPE_VAL_STRS[1]
rel.where(band_type: BAND_TYPE_VAL_STRS[1])
when BAND_TYPE_VAL_STRS[2]
rel.where(band_type: SKILL_VAL_STRS[2])
rel.where(band_type: BAND_TYPE_VAL_STRS[2])
else
rel
end