I found the ActiveSupport inflector class. Where can I find the code that initializes the inflector for English?
The English rules are in ActiveSupport (specifically in lib/active_support/inflections.rb).