Skip to content

Commit

Permalink
Remove autoloader zeitwerk on application config
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu authored Jul 22, 2024
1 parent db99865 commit 826822c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module DevelopmentApp
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.autoloader = :zeitwerk
config.time_zone = "Europe/Paris" unless Rails.env.test?
config.i18n.load_path += Dir[Rails.root.join("config/locales/**/*.yml").to_s]

Expand Down

0 comments on commit 826822c

Please sign in to comment.