1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/initializers/cookies_serializer.rb

8 lines
275 B
Ruby
Raw Normal View History

2020-03-11 16:18:17 +01:00
# frozen_string_literal: true
2015-05-05 03:10:25 +02:00
# Be sure to restart your server when you modify this file.
2020-03-11 16:18:17 +01:00
# Specify a serializer for the signed and encrypted cookie jars.
# Valid options are :json, :marshal, and :hybrid.
Rails.application.config.action_dispatch.cookies_serializer = :json