laverie_app/config/routes.rb
2014-09-25 15:26:48 +02:00

11 lines
150 B
Ruby

SimpleLux::Application.routes.draw do
get ":slug.:format" => 'pages#show', :as => :page, :format => "html"
root :to => 'pages#show'
end