module ActionView::Rendering
def render_to_body(options = {})
def render_to_body(options = {}) _process_options(options) _process_render_template_options(options) _render_template(options) end
def render_to_body(options = {}) _process_options(options) _process_render_template_options(options) _render_template(options) end