In my model, validation errors work properly. The problem comes when I try to add custom messages with self.errors.add. If I check with the debugger, the messages are in self.errors. A self.save runs with no problem. The problem comes when the controller takes over. It does a Model.find at the start of update and *POOF* all the messages are cleared. How can I display the messages and behave like the validation messages do ?? BTW, I'm running 2.3.9
Thanks Bob <[email protected]> -- 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.

