cookies_serializer.rb 275 B

1234567
  1. # frozen_string_literal: true
  2. # Be sure to restart your server when you modify this file.
  3. # Specify a serializer for the signed and encrypted cookie jars.
  4. # Valid options are :json, :marshal, and :hybrid.
  5. Rails.application.config.action_dispatch.cookies_serializer = :json