From 3c9316340fb51a266a23083a8dadda0a59335257 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 10:31:05 -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 ecef826..3df4f59 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,7 +26,7 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice get 'qbo/bill/:id', :to => 'qbo#bill', as: :bill #customer issue view -get 'customers/view/:token', :to => 'customer#view', as: :view +get 'customers/view/:token', :to => 'customers#view', as: :view #payments resources :payments