method

find_templates

find_templates(name, prefix, partial, details)
private

No documentation available.

# File actionpack/lib/action_view/template/resolver.rb, line 53
    def find_templates(name, prefix, partial, details)
      path = build_path(name, prefix, partial, details)
      query(path, EXTENSION_ORDER.map { |ext| details[ext] }, details[:formats])
    end