method
new
v3.1.0 -
Show latest stable
- Class:
ActionController::TestSession
new(session = {})public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 208
def initialize(session = {})
@env, @by = nil, nil
replace(session.stringify_keys)
@loaded = true
end