method
apply_inflections
v3.2.13 -
Show latest stable
- Class:
ActiveSupport::Inflector
apply_inflections(word, rules)private
Applies inflection rules for singularize and pluralize.
Examples:
apply_inflections("post", inflections.plurals) # => "posts" apply_inflections("posts", inflections.singulars) # => "post"