4 lines
68 B
Ruby
Raw Normal View History

2017-01-31 13:28:41 +11:00
Choice::Engine.routes.draw do
2017-01-31 14:21:27 +11:00
get 'stripe' => 'choice#create'
2017-01-31 13:28:41 +11:00
end