Skip to content

Instantly share code, notes, and snippets.

@jimsynz
Created September 20, 2010 02:20
Show Gist options
  • Save jimsynz/587348 to your computer and use it in GitHub Desktop.
Save jimsynz/587348 to your computer and use it in GitHub Desktop.
PostsController < ApplicationController
def show
@post = Post.find_by_slug(params[:id])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment