render_template(context, options)
Direct access to template rendering.
# File actionview/lib/action_view/renderer/renderer.rb, line 47 def render_template(context, options) #:nodoc: render_template_to_object(context, options).body end