6 lines
156 B
Ruby
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
|