Sha256: 3f4d0cbf8c2dd9b6be5b4af467f9611e40a1cff5c2a5f940c1514ca485a6fae5
Contents?: true
Size: 545 Bytes
Versions: 15
Compression:
Stored size: 545 Bytes
Contents
# Be sure to restart your server when you modify this file. # Add new inflection rules using the following format # (all these examples are active by default): # ActiveSupport::Inflector.inflections do |inflect| # inflect.plural /^(ox)$/i, '\1en' # inflect.singular /^(ox)en/i, '\1' # inflect.irregular 'person', 'people' # inflect.uncountable %w( fish sheep ) # end ActiveSupport::Inflector.inflections do |inflect| inflect.irregular 'page_auto_save', 'page_auto_saves' inflect.irregular 'PageAutoSave', 'PageAutoSaves' end
Version data entries
15 entries across 15 versions & 1 rubygems