class ActionView::Resolver

def find_all_with_query(query) # :nodoc:

:nodoc:
def find_all_with_query(query) # :nodoc:
  @cache.cache_query(query) { find_template_paths(File.join(@path, query)) }
end