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