Rails 3 includes the validates_associated which is automatically called when saving a nested model. The problem with the method is the message is terrible - \"Mode
validates_associated
Most of the time validates_existence_of is all I need.