instance method
locals_for
Ruby on Rails 8.1.2
Since v4.0.13Signature
locals_for(view)
No documentation comment.
Parameters
-
viewreq
Source
# File actionview/lib/action_view/test_case.rb, line 312
def locals_for(view)
@rendered_views[view]
end
Defined in actionview/lib/action_view/test_case.rb line 312
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior::RenderedViewsCollection