Skip to content

Instantly share code, notes, and snippets.

@etaque
Created January 18, 2010 00:25
Show Gist options
  • Save etaque/279687 to your computer and use it in GitHub Desktop.
Save etaque/279687 to your computer and use it in GitHub Desktop.
"123".to_i #=> 123
"123-my-permalink".to_i #=> 123
Post.find("123-my-permalink") #=> success!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment