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