mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Create _dropdown.html.erb
This commit is contained in:
1
app/views/vehicles/_dropdown.html.erb
Normal file
1
app/views/vehicles/_dropdown.html.erb
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<%= @f.collection_select :vehicle_id, @customer.vehicles.order(:year), :id, :VIN, include_blank: true, :selected => @vehicle%>
|
||||||
Reference in New Issue
Block a user