method
add_on_blank
v4.2.9 -
Show latest stable
- Class:
ActiveModel::Errors
add_on_blank(attributes, options = {})public
Will add an error message to each of the attributes in attributes that is blank (using Object#blank?).
person.errors.add_on_blank(:name) person.errors.messages # => {:name=>["can't be blank"]}