Skip to content

Instantly share code, notes, and snippets.

@esquinas
Created June 6, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esquinas/db45a98c9c895aa48a52c8c8f1526507 to your computer and use it in GitHub Desktop.
Save esquinas/db45a98c9c895aa48a52c8c8f1526507 to your computer and use it in GitHub Desktop.
ActiveSupport cannot pluralize 'human' properly
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.plural('human', 'humans')
inflect.plural('cayman', 'caymans')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment