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
get "about" => "choice#about"
end