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