method
needs_migration?
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Cookies::SerializedCookieJars
needs_migration?(value)protected
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 413
def needs_migration?(value)
@options[:serializer] == :hybrid && value.start_with?(MARSHAL_SIGNATURE)
end