Mercurial > zeropaste
annotate config/initializers/cookies_serializer.rb @ 467:fd3078b4d355
Update to latest rails
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 22 Oct 2019 16:17:30 +0900 |
parents | 07d6c6639adf |
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 |