instance method
_render_partial
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
_render_partial(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionpack/lib/action_view/test_case.rb, line 147
def _render_partial(options)
locals[options[:partial]] = options[:locals]
super(options)
end
Defined in actionpack/lib/action_view/test_case.rb line 147
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior::Locals