# File lib/dm-core/associations/one_to_many.rb, line 80
        def all(query = {})
          query.empty? ? self : @relationship.get_children(@parent, query)
        end