diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:32:44 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:32:44 -0500 |
commit | 230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321 (patch) | |
tree | b61b7d4c706de43361da73cce0d2a2a006a89b18 /config/initializers/inflections.rb | |
parent | dc7253d0b71f25c2e9a4547d414fa18390b74fbf (diff) | |
download | thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.gz thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.bz2 thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.zip |
Installed LINGO scoreboard
Diffstat (limited to 'config/initializers/inflections.rb')
-rw-r--r-- | config/initializers/inflections.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb index ac033bf..3860f65 100644 --- a/config/initializers/inflections.rb +++ b/config/initializers/inflections.rb | |||
@@ -4,13 +4,13 @@ | |||
4 | # are locale specific, and you may define rules for as many different | 4 | # are locale specific, and you may define rules for as many different |
5 | # locales as you wish. All of these examples are active by default: | 5 | # locales as you wish. All of these examples are active by default: |
6 | # ActiveSupport::Inflector.inflections(:en) do |inflect| | 6 | # ActiveSupport::Inflector.inflections(:en) do |inflect| |
7 | # inflect.plural /^(ox)$/i, '\1en' | 7 | # inflect.plural /^(ox)$/i, "\\1en" |
8 | # inflect.singular /^(ox)en/i, '\1' | 8 | # inflect.singular /^(ox)en/i, "\\1" |
9 | # inflect.irregular 'person', 'people' | 9 | # inflect.irregular "person", "people" |
10 | # inflect.uncountable %w( fish sheep ) | 10 | # inflect.uncountable %w( fish sheep ) |
11 | # end | 11 | # end |
12 | 12 | ||
13 | # These inflection rules are supported but not enabled by default: | 13 | # These inflection rules are supported but not enabled by default: |
14 | # ActiveSupport::Inflector.inflections(:en) do |inflect| | 14 | # ActiveSupport::Inflector.inflections(:en) do |inflect| |
15 | # inflect.acronym 'RESTful' | 15 | # inflect.acronym "RESTful" |
16 | # end | 16 | # end |