]> git.openstreetmap.org Git - rails.git/blob - config/initializers/cookies_serializer.rb
Merge pull request #6394 from openstreetmap/dependabot/github_actions/ruby/setup...
[rails.git] / config / initializers / cookies_serializer.rb
1 # frozen_string_literal: true
2
3 # Be sure to restart your server when you modify this file.
4
5 # Specify a serializer for the signed and encrypted cookie jars.
6 # Valid options are :json, :marshal, and :hybrid.
7 Rails.application.config.action_dispatch.cookies_serializer = :json