Merge pull request #38784 from JuanitoFatas/doc/am-absence-validator

Fix a typo in AbsenceValidator

[ci skip]
This commit is contained in:
Ryuta Kamizono 2020-03-21 22:49:56 +09:00 committed by GitHub
commit de8a404751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module ActiveModel
module HelperMethods
# Validates that the specified attributes are blank (as defined by
# Object#blank?). Happens by default on save.
# Object#present?). Happens by default on save.
#
# class Person < ActiveRecord::Base
# validates_absence_of :first_name