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