]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.rb
Revert "Switch to using the zeitwork autoloader"
[rails.git] / config / application.rb
index f5638e233025c9f9217df674cb1e0c0ffdb4b133..54390ba29363a79a6eb182fadc922fcd6ab68af7 100644 (file)
@@ -31,6 +31,9 @@ module OpenStreetMap
     # Custom directories with classes and modules you want to be autoloadable.
     config.autoload_paths += %W[#{config.root}/lib]
 
+    # Continue to use the classic autoloader for now
+    config.autoloader = :classic
+
     # Force requests from old versions of IE (<= IE8) to be UTF-8 encoded.
     # This has defaulted to false since rails 6.0
     config.action_view.default_enforce_utf8 = true