Skip to content

Instantly share code, notes, and snippets.

@fusepilot
Created September 8, 2010 03:12
Show Gist options
  • Save fusepilot/569556 to your computer and use it in GitHub Desktop.
Save fusepilot/569556 to your computer and use it in GitHub Desktop.
get :index, :with => :id do
@page = Page.find_by_slug(params[:id])
not_found unless @page
render "pages/show"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment