]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/inflections.rb
Merge branch 'master' into notes
[rails.git] / config / initializers / inflections.rb
index d531b8bb8258b0f75e5b7c367b1988233e28c724..5d8d9be237b28d4ebdad9cec9510764ab88154e6 100644 (file)
@@ -1,6 +1,6 @@
 # Be sure to restart your server when you modify this file.
 
-# Add new inflection rules using the following format 
+# 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'
@@ -8,3 +8,8 @@
 #   inflect.irregular 'person', 'people'
 #   inflect.uncountable %w( fish sheep )
 # end
+#
+# These inflection rules are supported but not enabled by default:
+# ActiveSupport::Inflector.inflections do |inflect|
+#   inflect.acronym 'RESTful'
+# end