method
new
v2.2.1 -
Show latest stable
- Class:
ActionController::AbstractResponse
new()public
No documentation available.
# File actionpack/lib/action_controller/response.rb, line 45
def initialize
@body, @headers, @session, @assigns = "", DEFAULT_HEADERS.merge("cookie" => []), [], []
end