method

render_template_to_object

render_template_to_object(context, options)
private

No documentation available.

# File actionview/lib/action_view/renderer/renderer.rb, line 57
      def render_template_to_object(context, options)
        TemplateRenderer.new(@lookup_context).render(context, options)
      end