render_template(context, options)
Direct access to template rendering.
# File actionview/lib/action_view/renderer/renderer.rb, line 41 def render_template(context, options) #:nodoc: TemplateRenderer.new(@lookup_context).render(context, options) end