Skip to content

Commit

Permalink
Rails 7.1: update MessageVerifier serializer
Browse files Browse the repository at this point in the history
We don't use these.
  • Loading branch information
rgarner committed Feb 6, 2025
1 parent 9f3ad24 commit 1b41524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_7_1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
# servers, first deploy without changing the serializer, then set the serializer
# in a subsequent deploy.
#++
# Rails.application.config.active_support.message_serializer = :json_allow_marshal
Rails.application.config.active_support.message_serializer = :json_allow_marshal

###
# Enable a performance optimization that serializes message data and metadata
Expand Down

0 comments on commit 1b41524

Please sign in to comment.