discourse-subscriptions/config/routes.rb

6 lines
166 B
Ruby
Raw Normal View History

2017-02-23 21:23:11 -05:00
DiscourseDonations::Engine.routes.draw do
resources :charges, only: [:create]
2017-02-14 21:30:28 -05:00
get 'users/:username/payments' => 'payments#show'
2017-03-19 21:08:30 -04:00
get 'dd' => 'payments#show'
2017-01-30 21:28:41 -05:00
end