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