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