Sha256: 8fdc31d7b9d24b4f02a5d2a08b400d11bee862bc436062d90eba4e4eda3e7b9c
Contents?: true
Size: 628 Bytes
Versions: 26
Compression:
Stored size: 628 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 # # These inflection rules are supported but not enabled by default: # ActiveSupport::Inflector.inflections do |inflect| # inflect.acronym 'RESTful' # end ActiveSupport::Inflector.inflections do |inflect| inflect.irregular 'campus', 'campuses' end
Version data entries
26 entries across 26 versions & 2 rubygems