-
Oli Peate authored
Previously calling ActiveSupport::Inflector::Inflections.clear(:acronyms) reset the instance variable to an empty Array, which is not the correct default. The next time an acronym is added a TypeError is thrown.
Oli Peate authoredPreviously calling ActiveSupport::Inflector::Inflections.clear(:acronyms) reset the instance variable to an empty Array, which is not the correct default. The next time an acronym is added a TypeError is thrown.
Loading