chore(rails): we already use json as cookies_serializer
This commit is contained in:
parent
e8e785b953
commit
b3099214b1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Rails.application.config.action_dispatch.default_headers = {
|
||||||
# have been converted to JSON. To keep using `:hybrid` long term, move this config to its own
|
# have been converted to JSON. To keep using `:hybrid` long term, move this config to its own
|
||||||
# initializer or to `config/application.rb`.
|
# initializer or to `config/application.rb`.
|
||||||
#
|
#
|
||||||
Rails.application.config.action_dispatch.cookies_serializer = :hybrid
|
# Rails.application.config.action_dispatch.cookies_serializer = :hybrid
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# If your cookies can't yet be serialized to JSON, keep using `:marshal` for backward-compatibility.
|
# If your cookies can't yet be serialized to JSON, keep using `:marshal` for backward-compatibility.
|
||||||
|
|
Loading…
Add table
Reference in a new issue