Flowdock
method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Session
new(by, req) 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/request/session.rb, line 63
      def initialize(by, req)
        @by       = by
        @req      = req
        @delegate = {}
        @loaded   = false
        @exists   = nil # We haven't checked yet.
      end
Register or log in to add new notes.