Update routes.rb

Added Vehicle Index
This commit is contained in:
2016-04-21 09:35:27 -04:00
parent b6f8304d13
commit 9d83175bd7

View File

@@ -16,4 +16,5 @@ get 'qbo/authenticate', :to => 'qbo#authenticate'
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 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
get 'vehicle', :to 'vehicle#index'