diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 16:42:02 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:08:19 +1100 |
commit | 8b1526a48af9e3e48d1f1154ab0a9a928c52a19a (patch) | |
tree | df7d5e9a70b0b868c6feb8c74ff1c9968c5547e6 /config/initializers/inflections.rb | |
parent | 7a3638128b6dd67111b7d471b19e59f5d838cee0 (diff) |
Run the Rails 3 generator
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 000000000..9e8b0131f --- /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 |