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'
|
|
|
|
get 'users/:username/choice' => 'choice#show'
|
2017-01-30 21:28:41 -05:00
|
|
|
end
|