4 lines
66 B
Ruby
Raw Normal View History

2017-01-31 13:28:41 +11:00
Choice::Engine.routes.draw do
get "about" => "choice#about"
end