Create filter_vehicles_by_customerjs.erb

This commit is contained in:
2017-03-22 11:04:48 -04:00
committed by GitHub
parent 2b90c953ba
commit 66d2bf4aa4

View File

@@ -0,0 +1 @@
$('select#customer_vehicle_id').html('<%= j options_from_collection_for_select(@filtered_vehicles, :id, :to_s) %>');