# File lib/mongo_mapper/plugins/validations.rb, line 15
        def validates_associated(*attr_names)
          validates_with AssociatedValidator, _merge_attributes(attr_names)
        end