mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix railties/CHANGELOG.md for cookie_serializer
The framework defaults file sets the serializer to `:hybrid` instead of `:marshal`, but we can just remove the actual setting and referer to the defaults file instead. [ci-skip]
This commit is contained in:
parent
ceb4b94baa
commit
b59620c155
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
or `config/initializers/cookies_serializer.rb`
|
or `config/initializers/cookies_serializer.rb`
|
||||||
|
|
||||||
The default value for `cookies_serializer` (`:json`) has been moved to `config.load_defaults("7.0")`.
|
The default value for `cookies_serializer` (`:json`) has been moved to `config.load_defaults("7.0")`.
|
||||||
The new framework defaults file sets the serializer to `:marshal`.
|
The new framework defaults file can be used to upgrade the serializer.
|
||||||
|
|
||||||
*Alex Ghiculescu*
|
*Alex Ghiculescu*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue