method
pass_response
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::ShowExceptions
pass_response(status)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 83
def pass_response(status)
[status, {"Content-Type" => "text/html; charset=#{Response.default_charset}", "Content-Length" => "0"}, []]
end