diff --git a/config/routes.rb b/config/routes.rb index 4a6af82..09e1d57 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,4 +16,5 @@ get 'qbo/authenticate', :to => 'qbo#authenticate' 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 \ No newline at end of file +get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice +get 'vehicle', :to 'vehicle#index'