diff --git a/config/routes.rb b/config/routes.rb index 412b027..79d1e92 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -20,5 +20,7 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice post 'qbo/webhook', :to => 'qbo#qbo_webhook' +get 'vehicles/update_vehicles', as: 'update_vehicles' + resources :vehicles resources :customers