Update routes.rb

This commit is contained in:
2016-08-03 23:50:55 -04:00
committed by GitHub
parent c8a875b301
commit b8a101fddb

View File

@@ -23,5 +23,6 @@ post 'qbo/webhook', :to => 'qbo#qbo_webhook'
#ajax #ajax
get "update_vehicles" => 'vehicles#update_vehicles', as: 'update_vehicles' get "update_vehicles" => 'vehicles#update_vehicles', as: 'update_vehicles'
resources :vehicles resources :customers do
resources :customers resources :vehicles
end