diff options
Diffstat (limited to 'test/dummy/config/initializers/inflections.rb')
-rw-r--r-- | test/dummy/config/initializers/inflections.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/dummy/config/initializers/inflections.rb b/test/dummy/config/initializers/inflections.rb deleted file mode 100644 index 3860f65..0000000 --- a/test/dummy/config/initializers/inflections.rb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | # Be sure to restart your server when you modify this file. | ||
2 | |||
3 | # Add new inflection rules using the following format. Inflections | ||
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: | ||
6 | # ActiveSupport::Inflector.inflections(:en) do |inflect| | ||
7 | # inflect.plural /^(ox)$/i, "\\1en" | ||
8 | # inflect.singular /^(ox)en/i, "\\1" | ||
9 | # inflect.irregular "person", "people" | ||
10 | # inflect.uncountable %w( fish sheep ) | ||
11 | # end | ||
12 | |||
13 | # These inflection rules are supported but not enabled by default: | ||
14 | # ActiveSupport::Inflector.inflections(:en) do |inflect| | ||
15 | # inflect.acronym "RESTful" | ||
16 | # end | ||