module ActionController::Renderers
def render_to_body(options)
If no renderer is found, +super+ returns control to
which sets the return value as the +response_body+.
Called by +render+ in AbstractController::Rendering
def render_to_body(options) _render_to_body_with_renderer(options) || super end