Mercurial > rsstweet
comparison config/initializers/cookies_serializer.rb @ 185:f67f3ad50270
Update to latest rails and gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 14 Jul 2019 15:38:04 +0900 |
parents | d5a0d66ee457 |
children |
comparison
equal
deleted
inserted
replaced
184:a35c2733552f | 185:f67f3ad50270 |
---|---|
1 # Be sure to restart your server when you modify this file. | 1 # Be sure to restart your server when you modify this file. |
2 | 2 |
3 # Specify a serializer for the signed and encrypted cookie jars. | 3 # Specify a serializer for the signed and encrypted cookie jars. |
4 # Valid options are :json, :marshal, and :hybrid. | 4 # Valid options are :json, :marshal, and :hybrid. |
5 # Rails.application.config.action_dispatch.cookies_serializer = :marshal | 5 Rails.application.config.action_dispatch.cookies_serializer = :json |