Update routes.rb

This commit is contained in:
2016-04-26 14:01:20 -04:00
parent 774ce239c2
commit f07c90cf90

View File

@@ -18,4 +18,6 @@ get 'qbo/sync', :to => 'qbo#sync'
get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
resources :vehicles resources :vehicles
resources :customers, concerns: :vehicles resources :customers do
resources: :vehicles
end