fix type column name

This commit is contained in:
loos
2014-02-14 09:29:45 -06:00
parent 4f87f003b2
commit 4ea02cf5b2
5 changed files with 128 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -18,7 +18,7 @@
<%= f.text_field :brand %>
<br>
<%= f.label "Type:" %>
<%= f.text_field :type %>
<%= f.text_field :bike_type %>
<br>
<%= f.label "Freecyclery?" %>
<%= f.check_box :freecyclery %>