discourse-subscriptions/config/routes.rb

5 lines
132 B
Ruby
Raw Normal View History

2017-02-14 21:03:58 -05:00
DiscoursePayments::Engine.routes.draw do
2017-02-14 19:40:00 -05:00
resources :choice, only: [:create]
2017-02-13 18:28:07 -05:00
get 'users/:username/payments' => 'choice#show'
2017-01-30 21:28:41 -05:00
end