# File lib/generators/templates/application/common/merb_thor/common.rb, line 44
    def find_all(path)
      try = @main_searcher.find_all(path)
      return try unless try.empty?
      @fallback_searcher.find_all(path)
    end