Update routes.rb

This commit is contained in:
2016-08-10 22:09:16 -04:00
committed by GitHub
parent 0d9140958f
commit 7d1e9bb838

View File

@@ -23,8 +23,6 @@ get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
#payments
#get 'qbo/payments', :to => 'payments#new'
#post 'qbo/payments', :to => 'payments#create'
resources :payments
#webhook