Update routes.rb

This commit is contained in:
2016-04-26 11:50:12 -04:00
parent 3ec2670209
commit 774ce239c2

View File

@@ -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