instance method
pass_response
Ruby on Rails 5.2.8.1
Since v3.2.22.5 PrivateSignature
pass_response(status)
No documentation comment.
Parameters
-
statusreq
Source
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 58
def pass_response(status)
[status, { "Content-Type" => "text/html; charset=#{Response.default_charset}", "Content-Length" => "0" }, []]
end
Defined in actionpack/lib/action_dispatch/middleware/show_exceptions.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ShowExceptions