method

render_down

render_down()
private

No documentation available.

# File railties/lib/rails/health_controller.rb, line 47
      def render_down
        render html: html_status(color: "red"), status: 500
      end