diff --git a/app/views/filter_vehicles_by_customerjs.erb b/app/views/filter_vehicles_by_customerjs.erb new file mode 100644 index 0000000..1e7f78e --- /dev/null +++ b/app/views/filter_vehicles_by_customerjs.erb @@ -0,0 +1 @@ +$('select#customer_vehicle_id').html('<%= j options_from_collection_for_select(@filtered_vehicles, :id, :to_s) %>');