Skip to content

Instantly share code, notes, and snippets.

@International
Created November 25, 2012 14:22
Show Gist options
  • Save International/4143722 to your computer and use it in GitHub Desktop.
Save International/4143722 to your computer and use it in GitHub Desktop.
# Rails 3
"police".singularize
=> "polouse"
# Rails 4
"police".singularize
=> "police"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment