Skip to content

Commit

Permalink
Enable new Rails 8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
unoduetre committed Dec 27, 2024
1 parent 9df2a69 commit f20c061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Application < Rails::Application
include GovukPublishingComponents::AppHelpers::AssetHelper

# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.2
config.load_defaults 8.0

config.i18n.default_locale = :en
config.i18n.load_path += Dir[Rails.root.join("config/locales/**/*.yml")]
Expand Down
30 changes: 0 additions & 30 deletions config/initializers/new_framework_defaults_8_0.rb

This file was deleted.

0 comments on commit f20c061

Please sign in to comment.