method
new
v5.2.3 -
Show latest stable
- Class:
ActionController::TestSession
new(session = {})public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 183
def initialize(session = {})
super(nil, nil)
@id = SecureRandom.hex(16)
@data = stringify_keys(session)
@loaded = true
end