ActiveRecord::Validations::ClassMethods

module ActiveRecord::Validations::ClassMethods

Public Instance Methods

validates_absence_of(*attr_names) Show source

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.

See ActiveModel::Valida