Skip to content

Commit

Permalink
Use rails 5.1 defaults and use zeitwerk as autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jul 12, 2024
1 parent 97ae65e commit ecdee3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
module Metadecidim
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.load_defaults 5.1
config.autoloader = :zeitwerk

# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
Expand Down

0 comments on commit ecdee3a

Please sign in to comment.