Files
discourse-subscriptions/config/routes.rb
T
2017-02-14 10:28:07 +11:00

6 lines
156 B
Ruby

Choice::Engine.routes.draw do
get 'stripe' => 'choice#create'
get 'choice-form' => 'choice#index'
get 'users/:username/payments' => 'choice#show'
end