Update _dropdown.html.erb

This commit is contained in:
2016-04-22 13:54:36 -04:00
parent c4abee7415
commit 950dfd9af9

View File

@@ -1 +1,2 @@
<%= @f.collection_select :vehicle_id, @customer.vehicles.order(:year), :id, :VIN, include_blank: true, :selected => @vehicle%>
Partial Test