2019-07-30 21:29:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-11-09 00:29:00 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2019-02-01 17:54:16 +00:00
|
|
|
# Specify a serializer for the signed and encrypted cookie jars.
|
|
|
|
# Valid options are :json, :marshal, and :hybrid.
|
2019-01-29 20:13:52 +00:00
|
|
|
Rails.application.config.action_dispatch.cookies_serializer = :json
|