method
find_templates
v4.2.1 -
Show latest stable
- Class:
ActionView::PathResolver
find_templates(name, prefix, partial, details)private
No documentation available.
# File actionview/lib/action_view/template/resolver.rb, line 177
def find_templates(name, prefix, partial, details)
path = Path.build(name, prefix, partial)
query(path, details, details[:formats])
end