]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/inflections.rb
Merge branch 'master' into notes
[rails.git] / config / initializers / inflections.rb
index 09158b865ce15cc92ee0c5f54ddd6ce9612ff39e..5d8d9be237b28d4ebdad9cec9510764ab88154e6 100644 (file)
@@ -1,10 +1,15 @@
 # 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):
-# Inflector.inflections do |inflect|
+# 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
+#
+# These inflection rules are supported but not enabled by default:
+# ActiveSupport::Inflector.inflections do |inflect|
+#   inflect.acronym 'RESTful'
+# end