Sha256: 6a5b7924e74afcbd9b605b3a7668ae2bbe9b32e2f623cdf084f918e97dbf333d
Contents?: true
Size: 245 Bytes
Versions: 14
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true Rails.application.configure do # this fixes the cookieoverflow errors without disabling cookies # which the user might want to use in non-api controllers config.action_dispatch.cookies_serializer = :json end
Version data entries
14 entries across 14 versions & 1 rubygems