Update routes.rb

This commit is contained in:
2016-09-01 01:28:16 -04:00
committed by GitHub
parent 0cc867b410
commit fba9645932

View File

@@ -23,7 +23,7 @@ get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
#manual billing
get 'qbo/bill/:id', :to => 'qbo#bill', as: :issue
get 'qbo/bill/:id', :to => 'qbo#bill', as: :bill
#payments
resources :payments