discourse-subscriptions/config/routes.rb

5 lines
99 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-06 21:56:22 -05:00
get 'form' => 'choice#index'
2017-01-30 21:28:41 -05:00
end