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
This commit is contained in:
Maikel Linke
2023-03-10 13:11:55 +11:00
parent 84daa046ca
commit 90a92421f4

View File

@@ -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