Flowdock
apply_inflections(word, rules) private

Applies inflection rules for singularize and pluralize.

apply_inflections('post', inflections.plurals)    # => "posts"
apply_inflections('posts', inflections.singulars) # => "post"
Show source
Register or log in to add new notes.