instance method
find_all
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
find_all(name, prefixes = [], partial = false, keys = [], options = {})
No documentation comment.
Parameters
-
namereq -
prefixesopt = [] -
partialopt = false -
keysopt = [] -
optionsopt = {}
Source
# File actionview/lib/action_view/lookup_context.rb, line 131
def find_all(name, prefixes = [], partial = false, keys = [], options = {})
@view_paths.find_all(*args_for_lookup(name, prefixes, partial, keys, options))
end
Defined in actionview/lib/action_view/lookup_context.rb line 131
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::LookupContext::ViewPaths