Update routes.rb

This commit is contained in:
2016-04-27 06:44:14 -04:00
parent cd5ed4f3a7
commit 4f9a3ed046

View File

@@ -18,6 +18,4 @@ 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 do resources :customers
resources :vehicles
end