Flowdock
method

new

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActionDispatch::Cookies::PermanentCookieJar
new(parent_jar, key_generator, options = {}) public

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/cookies.rb, line 353
      def initialize(parent_jar, key_generator, options = {})
        @parent_jar = parent_jar
        @key_generator = key_generator
        @options = options
      end
Register or log in to add new notes.