method

find_templates

find_templates(name, prefix, partial, details)
private

No documentation available.

# File actionview/lib/action_view/template/resolver.rb, line 176
    def find_templates(name, prefix, partial, details)
      path = Path.build(name, prefix, partial)
      query(path, details, details[:formats])
    end