Agile Web Development with Rails 7: Page 103 on the pdf

From the text in the book:

Note that we use the allow_blank option to avoid getting multiple error messages when the field is blank.

While weird, it also seems weird to validate two of the three fields on the presence: true line and the third field on a different line.