discourse-subscriptions/config/routes.rb

4 lines
66 B
Ruby
Raw Normal View History

2017-01-30 21:28:41 -05:00
Choice::Engine.routes.draw do
2017-01-30 21:59:42 -05:00
get "about" => "choice#index"
2017-01-30 21:28:41 -05:00
end