From 40f738d976ec00ed1af3c2409028d128ebfd4174 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 1 Sep 2016 01:24:14 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index ccb3681..1d9dd78 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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