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