Update routes.rb

This commit is contained in:
2016-09-02 10:31:05 -04:00
committed by GitHub
parent 3ef9236388
commit 3c9316340f

View File

@@ -26,7 +26,7 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
get 'qbo/bill/:id', :to => 'qbo#bill', as: :bill get 'qbo/bill/:id', :to => 'qbo#bill', as: :bill
#customer issue view #customer issue view
get 'customers/view/:token', :to => 'customer#view', as: :view get 'customers/view/:token', :to => 'customers#view', as: :view
#payments #payments
resources :payments resources :payments