From fba9645932ae21b13ebf4e6f4b72ac8577dd1e1f Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 1 Sep 2016 01:28:16 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 1d9dd78..2cc7f77 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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