mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-09 21:14:53 +00:00
5 lines
121 B
Ruby
5 lines
121 B
Ruby
Choice::Engine.routes.draw do
|
|
resources :choice, only: [:create]
|
|
get 'users/:username/payments' => 'choice#show'
|
|
end
|