]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.rb
Update to rails 5.2.0
[rails.git] / config / application.rb
index b6e2ba46788c14d6342e934f31a0364b9e83c43c..0a137abaed5120d1e15ecf775f41012cde303394 100644 (file)
@@ -19,8 +19,9 @@ Bundler.require(*Rails.groups)
 module OpenStreetMap
   class Application < Rails::Application
     # Settings in config/environments/* take precedence over those specified here.
-    # Application configuration should go into files in config/initializers
-    # -- all .rb files in that directory are automatically loaded.
+    # Application configuration can go into files in config/initializers
+    # -- all .rb files in that directory are automatically loaded after loading
+    # the framework and any gems in your application.
 
     # Custom directories with classes and modules you want to be autoloadable.
     config.autoload_paths += %W[#{config.root}/lib]