lk | adds youth as bike type & doesn't post to bike index

This commit is contained in:
Louis Knapp
2015-09-18 15:13:43 -05:00
parent b480d7b405
commit 3ef59ca82e
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
.form-group
= f.label "Type:", class: "col-sm-4 control-label"
.col-sm-6
= f.select :bike_type, [["BMX", "BMX"], ["Cruiser", "Cruiser"], ["Hybrid", "Hybrid"], ["Mountain", "Mountain"], ["Road", "Road"], ["Touring", "Touring"], ["Track", "Track"], ["Utility", "Utility"]], {}, class: "selectpicker", disabled: disabled
= f.select :bike_type, [["BMX", "BMX"], ["Cruiser", "Cruiser"], ["Hybrid", "Hybrid"], ["Mountain", "Mountain"], ["Road", "Road"], ["Touring", "Touring"], ["Track", "Track"], ["Utility", "Utility"], ["Youth", "Youth"]], {}, class: "selectpicker", disabled: disabled
.form-group
= f.label "Color:", class: "col-sm-4 control-label"