diff --git a/config/routes.rb b/config/routes.rb index 45f7588..1ef8696 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,3 +18,4 @@ 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 :vehicles +resources :customers