method
render_template_to_object
v6.0.0 -
Show latest stable
- Class:
ActionView::Renderer
render_template_to_object(context, options)public
No documentation available.
# File actionview/lib/action_view/renderer/renderer.rb, line 60
def render_template_to_object(context, options) #:nodoc:
TemplateRenderer.new(@lookup_context).render(context, options)
end