mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update routes.rb
This commit is contained in:
@@ -18,4 +18,6 @@ get 'qbo/sync', :to => 'qbo#sync'
|
|||||||
get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
|
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
|
||||||
resources :vehicles
|
resources :vehicles
|
||||||
resources :customers, concerns: :vehicles
|
resources :customers do
|
||||||
|
resources: :vehicles
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user