class ActionView::Renderer

def render_template(context, options) #:nodoc:

:nodoc:
Direct access to template rendering.
def render_template(context, options) #:nodoc:
  render_template_to_object(context, options).body
end