# File lib/dm-validations.rb, line 95
    def all_valid?(context = :default)
      recursive_valid?(self, context, true)
    end