# File lib/ambition/lib/ambition/enumerable.rb, line 5
    def each(&block)
      find(:all, query_context.to_hash).each(&block)
    end