mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update routes.rb
Added Vehicle Index
This commit is contained in:
@@ -17,3 +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'
|
||||
|
||||
Reference in New Issue
Block a user