diff options
| author | gitlabhq <m@gitlabhq.com> | 2011-10-09 00:36:38 +0300 |
|---|---|---|
| committer | gitlabhq <m@gitlabhq.com> | 2011-10-09 00:36:38 +0300 |
| commit | 9ba1224867665844b117fa037e1465bb706b3685 (patch) | |
| tree | 52fbfc1cdb55df21843965479c97be0c91121a9a /config/initializers/inflections.rb | |
| parent | 93efff945215a4407afcaf0cba15ac601b56df0d (diff) | |
| download | gitlab-ce-9ba1224867665844b117fa037e1465bb706b3685.tar.gz | |
init commit
Diffstat (limited to 'config/initializers/inflections.rb')
| -rw-r--r-- | config/initializers/inflections.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb new file mode 100644 index 00000000000..9e8b0131f8f --- /dev/null +++ b/config/initializers/inflections.rb @@ -0,0 +1,10 @@ +# Be sure to restart your server when you modify this file. + +# Add new inflection rules using the following format +# (all these examples are active by default): +# ActiveSupport::Inflector.inflections do |inflect| +# inflect.plural /^(ox)$/i, '\1en' +# inflect.singular /^(ox)en/i, '\1' +# inflect.irregular 'person', 'people' +# inflect.uncountable %w( fish sheep ) +# end |
