method

render_template_to_object

render_template_to_object(context, options)
public

No documentation available.

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