discourse-subscriptions/config/routes.rb

5 lines
121 B
Ruby

Choice::Engine.routes.draw do
resources :choice, only: [:create]
get 'users/:username/payments' => 'choice#show'
end