]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/inflections.rb
Don't put MemoryLimit class in the OSM module as it breaks autoloading
[rails.git] / config / initializers / inflections.rb
index 09158b865ce15cc92ee0c5f54ddd6ce9612ff39e..d531b8bb8258b0f75e5b7c367b1988233e28c724 100644 (file)
@@ -2,7 +2,7 @@
 
 # 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'