Update routes.rb

This commit is contained in:
2016-09-02 10:29:26 -04:00
committed by GitHub
parent 372a6a1b6a
commit dfdde631f9

View File

@@ -25,6 +25,9 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
#manual billing
get 'qbo/bill/:id', :to => 'qbo#bill', as: :bill
#customer issue view
get 'customers/view/:token', :to => 'customer#view', as: :view
#payments
resources :payments