method
render_up
rails latest stable - Class:
Rails::HealthController
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