method
render
render(status, body)
private
Hide source
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 117 def render(status, body) [status, {'Content-Type' => 'text/html', 'Content-Length' => body.bytesize.to_s}, [body]] end


