instance method needs_migration?

Ruby on Rails 4.1.16

Since v4.1.16 Last seen in v4.1.16

Signature

needs_migration?(value)

No documentation comment.

Parameters

value req
Source
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 415
        def needs_migration?(value)
          @options[:serializer] == :hybrid && value.start_with?(MARSHAL_SIGNATURE)
        end

Defined in actionpack/lib/action_dispatch/middleware/cookies.rb line 415 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::Cookies::SerializedCookieJars

Type at least 2 characters to search.

↑↓ navigate · open · esc close