method
new
v3.2.1 -
Show latest stable
- Class:
ActionController::Metal
new()public
No documentation available.
# File actionpack/lib/action_controller/metal.rb, line 134
def initialize
@_headers = {"Content-Type" => "text/html"}
@_status = 200
@_request = nil
@_response = nil
@_routes = nil
super
end