Does Rails3 always run validates_associated against all models by default? In a simple setup like this
I\'m unclear on what this method actually does or when to use it. Lets say I have these models: Person < ...
Can anyone figure out what\'s going on here?I was able to get my code to work the way I want it to, but I can\'t figure out why validates_associated isn\'t working as I expect.Here\'s a snippet of my
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 - \"Model(s) is invalid\"
I have loop designed to validate the user input on a question, it was working fine until I added this;