method
needs_migration?
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Cookies::SerializedCookieJars
needs_migration?(value)protected
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 498
def needs_migration?(value)
request.cookies_serializer == :hybrid && value.start_with?(MARSHAL_SIGNATURE)
end