main
1# frozen_string_literal: true
2# Be sure to restart your server when you modify this file.
3
4# Add new inflection rules using the following format. Inflections
5# are locale specific, and you may define rules for as many different
6# locales as you wish. All of these examples are active by default:
7# ActiveSupport::Inflector.inflections(:en) do |inflect|
8# inflect.plural /^(ox)$/i, '\1en'
9# inflect.singular /^(ox)en/i, '\1'
10# inflect.irregular 'person', 'people'
11# inflect.uncountable %w( fish sheep )
12# end
13
14# These inflection rules are supported but not enabled by default:
15# ActiveSupport::Inflector.inflections(:en) do |inflect|
16# inflect.acronym 'RESTful'
17# end