method
find_all_anywhere
v4.2.7 -
Show latest stable
- Class:
ActionView::Resolver
find_all_anywhere(name, prefix, partial=false, details={}, key=nil, locals=[])public
No documentation available.
# File actionview/lib/action_view/template/resolver.rb, line 120
def find_all_anywhere(name, prefix, partial=false, details={}, key=nil, locals=[])
cached(key, [name, prefix, partial], details, locals) do
find_templates(name, prefix, partial, details, true)
end
end