Flowdock
new(attributes = nil) 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/test_process.rb, line 297
    def initialize(attributes = nil)
      @session_id = ''
      @attributes = attributes.nil? ? nil : attributes.stringify_keys
      @saved_attributes = nil
    end
Register or log in to add new notes.