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