Skip to content

Instantly share code, notes, and snippets.

@nowhereman
Created February 11, 2013 20:02
Show Gist options
  • Save nowhereman/4757138 to your computer and use it in GitHub Desktop.
Save nowhereman/4757138 to your computer and use it in GitHub Desktop.
Returns all inflections matching rules for plural form
# Returns all inflections matching rules for plural form
plural_inflections = ActiveSupport::Inflector.inflections.instance_variable_get("@singulars").map { |i| i[0] }.concat(ActiveSupport::Inflector.inflections.instance_variable_get("@uncountables"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment