Update routes.rb

This commit is contained in:
2017-01-29 22:19:12 -05:00
committed by GitHub
parent 0a72e05e03
commit ba4bdd9ecb

View File

@@ -41,6 +41,7 @@ get "update_vehicles" => 'vehicles#update_vehicles', as: 'update_vehicles'
resources :customers do
resources :vehicles
get :autocomplete_customer_name, :on => :collection
get :autocomplete_customer_vehicles, :on => :collection
end
#allow for just vehicles too