method
render_to_body
v8.1.1 -
Show latest stable
- Class:
ActionController::Renderers
render_to_body(options)public
Called by `render` in AbstractController::Rendering which sets the return value as the `response_body`.
If no renderer is found, `super` returns control to `ActionView::Rendering.render_to_body`, if present.