Skip to content

Instantly share code, notes, and snippets.

@nitsujw
Created November 12, 2008 23:40
Show Gist options
  • Save nitsujw/24313 to your computer and use it in GitHub Desktop.
Save nitsujw/24313 to your computer and use it in GitHub Desktop.
def show(id)
@post = Post.get(id)
raise NotFound unless @post
display @post
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment