method

new

rails latest stable - Class: ActionDispatch::Cookies::PermanentCookieJar

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

new(parent_jar, key_generator, options = {})
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 373
      def initialize(parent_jar, key_generator, options = {})
        @parent_jar = parent_jar
        @key_generator = key_generator
        @options = options
      end