Flowdock
module
Importance_2
Ruby on Rails latest stable (v6.1.7.7) - 1 note

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

The <a href="/rails/Inflector">Inflector</a> transforms words from singular to plural, class names to table names, modularized class names to ones without, and class names to foreign keys. The default inflections for pluralization, singularization, and uncountable words are kept in inflections.rb.

The <a href="/rails/Rails">Rails</a> core team has stated patches for the inflections library will not be accepted in order to avoid breaking legacy applications which may be relying on errant inflections. If you discover an incorrect inflection and require it for your application, you’ll need to correct it yourself (explained below).

Show files where this module is defined (1 file)
Register or log in to add new notes.