Skip to content

Instantly share code, notes, and snippets.

@wycats
Created November 26, 2008 02:28
Show Gist options
  • Save wycats/29240 to your computer and use it in GitHub Desktop.
Save wycats/29240 to your computer and use it in GitHub Desktop.
def show(id)
@post = Post.get(id)
display @post
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment