diff --git a/config/routes.rb b/config/routes.rb index f796e50..9da209c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -19,5 +19,5 @@ get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice resources :vehicles resources :customers do - resources: :vehicles + resources :vehicles end