instance method
render_up
Ruby on Rails 7.2.3
Since v7.1.6 PrivateSignature
render_up()
No documentation comment.
Source
# File railties/lib/rails/health_controller.rb, line 43
def render_up
render html: html_status(color: "green")
end
Defined in railties/lib/rails/health_controller.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::HealthController