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