Flowdock
method

validates_absence_of

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - Class: ActiveRecord::Validations::ClassMethods
validates_absence_of(*attr_names) public

Validates that the specified attributes are not present (as defined by Object#present?). If the attribute is an association, the associated object is also considered not present if it is marked for destruction.

See ActiveModel::Validations::HelperMethods.validates_absence_of for more information.

Show source
Register or log in to add new notes.