render_template(context, options)
Direct accessor to template rendering.
# File actionpack/lib/action_view/renderer/renderer.rb, line 35 def render_template(context, options) #:nodoc: _template_renderer.render(context, options) end