method

render_to_body

render_to_body(options = {})
public

No documentation available.

# File actionview/lib/action_view/rendering.rb, line 82
    def render_to_body(options = {})
      _process_options(options)
      _render_template(options)
    end