Skip to content

Commit

Permalink
Adopt Rails framework defaults 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 18, 2024
1 parent 2e347b1 commit 1e0821f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
module Joy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.2
config.load_defaults 8.0

# Use custom error pages
config.exceptions_app = routes
Expand Down
25 changes: 0 additions & 25 deletions config/initializers/new_framework_defaults_8_0.rb

This file was deleted.

0 comments on commit 1e0821f

Please sign in to comment.