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