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