Update routes.rb

This commit is contained in:
2016-04-21 12:31:07 -04:00
parent 20b31d47be
commit bbed60c2ca

View File

@@ -17,4 +17,4 @@ get 'qbo/oauth_callback', :to => 'qbo#oauth_callback'
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 :vehicle
resources :vehicles