Just to be specific I want to see a usable model.errors hash when
validates_associated is called so that I can make a error handler
sufficient enough to show the errors for all fields.
I have no idea how to work with this. Given my models the errors I
should be returned here are “Title can’t be blank” and “Content can’t be
blank”. Content is in the associated model, called with
validates_associated :comments
Please help.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.