From 90a92421f45e446dc6ce4d2a269ae4e2d58908b6 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 10 Mar 2023 13:11:55 +1100 Subject: [PATCH] Remove obsolete setting of Zeitwerk It's the default now. https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#the-setter-config-autoloader-has-been-deleted --- config/application.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 5dc43f997c..9672715eb4 100644 --- a/config/application.rb +++ b/config/application.rb @@ -249,7 +249,5 @@ module Openfoodnetwork config.active_storage.variable_content_types += ["image/svg+xml"] config.exceptions_app = self.routes - - config.autoloader = :zeitwerk end end