instance method
render_template_to_object
Ruby on Rails 8.1.2
Since v7.2.3 PrivateSignature
render_template_to_object(context, options)
No documentation comment.
Parameters
-
contextreq -
optionsreq
Source
# 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
Defined in actionview/lib/action_view/renderer/renderer.rb line 57
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Renderer