mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
After the framework bump, run `rails app:update` to pull in the new framework changes and defaults.
5 lines
246 B
Ruby
5 lines
246 B
Ruby
# Be sure to restart your server when you modify this file.
|
|
|
|
# Specify a serializer for the signed and encrypted cookie jars.
|
|
# Valid options are :json, :marshal, and :hybrid.
|
|
Rails.application.config.action_dispatch.cookies_serializer = :hybrid
|