From dfdde631f93a66767e9b8756e5a6afd3450dae68 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 10:29:26 -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 2cc7f77..ecef826 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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