Fix cookie serialization

We used to use :marshal, setup :hybrid as default for now.
This commit is contained in:
Henne Vogelsang 2021-09-13 20:33:56 +02:00
parent 2d26275c8c
commit 1373ec5bc5
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -2,4 +2,4 @@
# Specify a serializer for the signed and encrypted cookie jars.
# Valid options are :json, :marshal, and :hybrid.
Rails.application.config.action_dispatch.cookies_serializer = :json
Rails.application.config.action_dispatch.cookies_serializer = :hybrid