Flowdock
method

cookie_jar

Importance_0
cookie_jar(request) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 124
        def cookie_jar(request)
          request.cookie_jar.signed_or_encrypted
        end
Register or log in to add new notes.