Skip to content

Commit

Permalink
chore: fixed load defaults to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celsoMartins committed Dec 4, 2023
1 parent ee0841a commit 1a16ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
module FlowControl
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.0
config.load_defaults 7.0
config.active_support.default_message_encryptor_serializer = :hybrid
config.action_controller.default_protect_from_forgery = true

Expand Down

0 comments on commit 1a16ad8

Please sign in to comment.