Skip to content

Commit

Permalink
update to use rails 7 defaults (#3734)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 23, 2024
1 parent 531807e commit 4b0fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
module Dashboard
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults(7.0)

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 4b0fdbf

Please sign in to comment.