instance method
_render_partial
Ruby on Rails 2.5.0
Since v2.4.1 Last seen in v2.14.1 PrivateSignature
_render_partial(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File lib/jbuilder/jbuilder_template.rb, line 100
def _render_partial(options)
options[:locals].merge! json: self
@context.render options
end
Defined in lib/jbuilder/jbuilder_template.rb line 100
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in JbuilderTemplate