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