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