instance method render_template_to_object

Ruby on Rails 8.0.4

Since v7.2.3 Private

Available in: v7.2.3 v8.0.4 v8.1.2

Signature

render_template_to_object(context, options)

No documentation comment.

Parameters

context req
options req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close