method

render_up

render_up()
private

No documentation available.

# File railties/lib/rails/health_controller.rb, line 43
      def render_up
        render html: html_status(color: "green")
      end