Rails displays all validation error messages associated with a given field. If I have three validates_XXXXX_of :email, and I leave the field blank, I get three
I think the easiest way is to use allow_bank option.
For example, to avoid display the message that the name is too short when the field is left blank, you can do the following: