Hi There, I have a form which interacts with numerous models (which are all related). I use the validates_associated to check that all the related models are valid - however that just displays a generic error saying that one of the related models is not valid.
Is there a correct rails way to create a single 'error' array of all models errors? I see several hand rolled attempts but surely this isn't a unusual request? Many thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

