method

needs_migration?

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