Mercurial > zeropaste
annotate config/initializers/cookies_serializer.rb @ 459:07d6c6639adf
Upgrade to rails 5.2. RIP code style.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 14 Apr 2018 04:19:52 +0900 |
parents | f4612faedb9e |
children |
rev | line source |
---|---|
431 | 1 # Be sure to restart your server when you modify this file. |
2 | |
3 # Specify a serializer for the signed and encrypted cookie jars. | |
4 # Valid options are :json, :marshal, and :hybrid. | |
459
07d6c6639adf
Upgrade to rails 5.2. RIP code style.
nanaya <me@nanaya.pro>
parents:
440
diff
changeset
|
5 Rails.application.config.action_dispatch.cookies_serializer = :json |