From d38e3e1702982587a6f6ab205c6e685114bdc68d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 3 Aug 2016 21:22:34 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) 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