From bbed60c2ca30aca7e658b02f00c1aaabda116816 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Apr 2016 12:31:07 -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 1655c40..45f7588 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 -resources :vehicle +resources :vehicles