-
Petrik authored
Make it clearer that in the ActiveRecord AbsenceValidator, the associated object is not _only_ absent if it is marked for destruction. For the ActiveRecord PresenceValidator we can point to the ActiveModel validations, like we do for other validations as well. This allows us to remove some duplicated documentation.
Petrik authoredMake it clearer that in the ActiveRecord AbsenceValidator, the associated object is not _only_ absent if it is marked for destruction. For the ActiveRecord PresenceValidator we can point to the ActiveModel validations, like we do for other validations as well. This allows us to remove some duplicated documentation.
Loading