mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update routes.rb
This commit is contained in:
@@ -20,7 +20,8 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
|
|||||||
|
|
||||||
post 'qbo/webhook', :to => 'qbo#qbo_webhook'
|
post 'qbo/webhook', :to => 'qbo#qbo_webhook'
|
||||||
|
|
||||||
get 'vehicles/update_vehicles', as: 'update_vehicles'
|
#ajax
|
||||||
|
get "update_vehicles" => 'vehicles#update_vehicles', as: 'update_vehicles'
|
||||||
|
|
||||||
resources :vehicles
|
resources :vehicles
|
||||||
resources :customers
|
resources :customers
|
||||||
|
|||||||
Reference in New Issue
Block a user