Update routes.rb

This commit is contained in:
2016-04-21 09:40:49 -04:00
parent 3348173cbe
commit 82f4ced404

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
get 'vehicle', :to 'vehicles#index'
get 'vehicle', :to => 'vehicles#index'