module AbstractController::Rendering
def render_to_body(options = {})
Raw rendering of a template to a Rack-compatible body.
def render_to_body(options = {}) _process_options(options) _render_template(options) end
def render_to_body(options = {}) _process_options(options) _render_template(options) end