instance method
_find_all
Ruby on Rails 7.0.10
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 74
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 74
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Resolver