ActiveRecord::Validations::ClassMethods
module ActiveRecord::Validations::ClassMethods
Public Instance Methods
Validates that the specified attributes are not present (as defined by Object#present?). If the attribute is an association, the associated object is considered absent if it was marked for destruction.