method
render
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::DebugExceptions
render(status, body)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 56
def render(status, body)
[status, {'Content-Type' => "text/html; charset=#{Response.default_charset}", 'Content-Length' => body.bytesize.to_s}, [body]]
end