method
new
new(attributes = nil)
public
Hide source
# File actionpack/lib/action_controller/test_process.rb, line 287 def initialize(attributes = nil) @session_id = '' @attributes = attributes.nil? ? nil : attributes.stringify_keys @saved_attributes = nil end