Skip to content

Commit d573bdb

Browse files
committed
app:update config/initializers/inflections.rb
1 parent 6d4ecc1 commit d573bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/initializers/inflections.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# are locale specific, and you may define rules for as many different
55
# locales as you wish. All of these examples are active by default:
66
# ActiveSupport::Inflector.inflections(:en) do |inflect|
7-
# inflect.plural /^(ox)$/i, '\1en'
8-
# inflect.singular /^(ox)en/i, '\1'
9-
# inflect.irregular 'person', 'people'
7+
# inflect.plural /^(ox)$/i, "\\1en"
8+
# inflect.singular /^(ox)en/i, "\\1"
9+
# inflect.irregular "person", "people"
1010
# inflect.uncountable %w( fish sheep )
1111
# end
1212

0 commit comments

Comments
 (0)