Update routes.rb

This commit is contained in:
2016-08-10 23:19:54 -04:00
committed by GitHub
parent dcf17052b6
commit ba45c776ae

View File

@@ -33,7 +33,7 @@ get "update_vehicles" => 'vehicles#update_vehicles', as: 'update_vehicles'
# Nest Vehicles under customers
resources :customers do
get :autocomplete_name, :on => :collection
get :autocomplete_customer_name, :on => :collection
resources :vehicles
end