Flowdock
method

new

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::CookieJar
new(controller) 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_controller/cookies.rb, line 49
    def initialize(controller)
      @controller, @cookies = controller, controller.request.cookies
      super()
      update(@cookies)
    end
Register or log in to add new notes.