Search code examples
rubyactivesupportpluralize

Where are the English pluralization rules for ActiveSupport defined?


I found the ActiveSupport inflector class. Where can I find the code that initializes the inflector for English?


Solution

  • The English rules are in ActiveSupport (specifically in lib/active_support/inflections.rb).