class ActionView::Renderer

def render_template(context, options) #:nodoc:

:nodoc:
Direct access to template rendering.
def render_template(context, options) #:nodoc:
  TemplateRenderer.new(@lookup_context).render(context, options)
end