Sha256: be9837363809400b4d6a6c4ccb539baf132bae0599e841abbdd92d6bcee3abb9
Contents?: true
Size: 426 Bytes
Versions: 65
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
65 entries across 65 versions & 1 rubygems