discourse-subscriptions/config/routes.rb

6 lines
156 B
Ruby
Raw Normal View History

2017-01-30 21:28:41 -05:00
Choice::Engine.routes.draw do
2017-01-30 22:21:27 -05:00
get 'stripe' => 'choice#create'
2017-02-09 23:10:47 -05:00
get 'choice-form' => 'choice#index'
2017-02-13 18:28:07 -05:00
get 'users/:username/payments' => 'choice#show'
2017-01-30 21:28:41 -05:00
end