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:
@@ -22,6 +22,9 @@ 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
|
||||||
|
|
||||||
|
#manual billing
|
||||||
|
get 'qbo/bill/:id', :to => 'qbo#bill', as: :issue
|
||||||
|
|
||||||
#payments
|
#payments
|
||||||
resources :payments
|
resources :payments
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user