On Sep 23, 11:26 am, Jamal Soueidan <[email protected]> wrote: > just in case.. > > i try to print out. > > <%= @user.errors.to_s%> > > i only get. >
You're going to need to do a little more work in order to get that to display in a form that is readable by the user, eg iterate over it with each (or use the error_messages_for helper, now in the dynamic_form plugin - useful as an example in anycase) Fred -- 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.

