Hey all,

rails 2.1

When I do this from the controller:

  render :xml => @address.errors, :status => :unprocessable_entity

  I get a malformed root node in the XML

  <active-record/errors type="array"> ... </active-record/errors> #
note the extra slashes

However when I do this in the console:

  address.errors.to_xml

  I get the following which seems fine:

  <errors> ... </errors>

Any ideas on why the discrepancy and perhaps a fix for the controller
bit?

Thanks in advance!
Tim
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to