Update routes.rb

Updated vehicle to use resoruces
This commit is contained in:
2016-04-21 11:49:29 -04:00
parent ae491e0902
commit 2d50c4c454

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 => 'vehicle#index'
resources :vehicle