Update routes.rb

This commit is contained in:
2016-09-01 01:24:14 -04:00
committed by GitHub
parent 82ecaae156
commit 40f738d976

View File

@@ -22,6 +22,9 @@ get 'qbo/sync', :to => 'qbo#sync'
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
#payments
resources :payments