Skip to content

Commit

Permalink
Fully move to Rails 7 config
Browse files Browse the repository at this point in the history
  • Loading branch information
hartsick committed Feb 17, 2022
1 parent 692e7f7 commit 60d688b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 119 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

module Forum
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
# Initialize configuration defaults
config.load_defaults 7.0

# Configuration for the application, engines, and railties goes here.
#
Expand Down
117 changes: 0 additions & 117 deletions config/initializers/new_framework_defaults_7_0.rb

This file was deleted.

0 comments on commit 60d688b

Please sign in to comment.