method

validates_absence_of

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActiveRecord::Validations::ClassMethods

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

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.