class ActionView::PathSet
def find_all_with_query(query) # :nodoc:
def find_all_with_query(query) # :nodoc: paths.each do |resolver| templates = resolver.find_all_with_query(query) return templates unless templates.empty? end [] end
def find_all_with_query(query) # :nodoc: paths.each do |resolver| templates = resolver.find_all_with_query(query) return templates unless templates.empty? end [] end