Skip to content

Commit

Permalink
Update to configuration defaults for Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Dec 20, 2024
1 parent 97658ce commit c9eb361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Application < Rails::Application
#
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")
config.load_defaults 6.0
config.load_defaults 6.1
config.autoloader = :zeitwerk

# Enable new framework defaults configurations for later Rails versions
Expand Down
67 changes: 0 additions & 67 deletions config/initializers/new_framework_defaults_6_1.rb

This file was deleted.

0 comments on commit c9eb361

Please sign in to comment.