2017-01-31 13:28:41 +11:00

4 lines
66 B
Ruby

Choice::Engine.routes.draw do
get "about" => "choice#about"
end