instance method
_find_all
Ruby on Rails 6.0.6
Since v6.0.6 PrivateSignature
_find_all(name, prefix, partial, details, key, locals)
No documentation comment.
Parameters
-
namereq -
prefixreq -
partialreq -
detailsreq -
keyreq -
localsreq
Source
# File actionview/lib/action_view/template/resolver.rb, line 132
def _find_all(name, prefix, partial, details, key, locals)
find_templates(name, prefix, partial, details, locals)
end
Defined in actionview/lib/action_view/template/resolver.rb line 132
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Resolver