Update routes.rb

This commit is contained in:
2016-08-03 22:15:43 -04:00
committed by GitHub
parent d9beda8171
commit f1745930b1

View File

@@ -20,7 +20,8 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
post 'qbo/webhook', :to => 'qbo#qbo_webhook'
get 'vehicles/update_vehicles', as: 'update_vehicles'
#ajax
get "update_vehicles" => 'vehicles#update_vehicles', as: 'update_vehicles'
resources :vehicles
resources :customers