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