From 22a6492e8b37a5a6e40f12b5c2c2221d24dc1916 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Apr 2016 09:44:27 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index ba656ac..42ba9df 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -17,4 +17,4 @@ get 'qbo/oauth_callback', :to => 'qbo#oauth_callback' get 'qbo/sync', :to => 'qbo#sync' get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice -get 'vehicle', :to => 'vehicles#index' +get 'vehicle', :to => 'vehicle#index'