2019-07-30 21:29:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-03-25 17:30:42 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2018-11-08 22:37:48 +00:00
|
|
|
# Add new inflection rules using the following format. Inflections
|
|
|
|
# are locale specific, and you may define rules for as many different
|
|
|
|
# locales as you wish. All of these examples are active by default:
|
|
|
|
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
2018-03-25 17:30:42 +00:00
|
|
|
# inflect.plural /^(ox)$/i, '\1en'
|
|
|
|
# inflect.singular /^(ox)en/i, '\1'
|
|
|
|
# inflect.irregular 'person', 'people'
|
|
|
|
# inflect.uncountable %w( fish sheep )
|
|
|
|
# end
|
2018-11-08 22:37:48 +00:00
|
|
|
|
2018-03-25 17:30:42 +00:00
|
|
|
# These inflection rules are supported but not enabled by default:
|
2018-11-08 22:37:48 +00:00
|
|
|
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
2018-03-25 17:30:42 +00:00
|
|
|
# inflect.acronym 'RESTful'
|
|
|
|
# end
|