Sha256: 0054c5071f2825fb30141ce747e3e056ed2e0fbb15fdba0c12d39665367aa999
Contents?: true
Size: 426 Bytes
Versions: 7
Compression:
Stored size: 426 Bytes
Contents
# -*- encoding : utf-8 -*- # Be sure to restart your server when you modify this file. # Add new inflection rules using the following format ActiveSupport::Inflector.inflections do |inflect| inflect.irregular 'grave', 'graveyard' inflect.uncountable 'this' # inflect.uncountable 'plus' inflect.uncountable 'anonymous' inflect.uncountable 's' inflect.singular(/(ss)$/i, '\1') inflect.plural(/(ss)$/i, '\1') end
Version data entries
7 entries across 7 versions & 1 rubygems