Rails 2.3.2 Ajax posting to XML

basically the pervious person was doing an ajax call using "path/to5.xml?_method=delete"

and then posting, however with 2.3.2, this is no longer allowed?

You might try posting the _method parameter instead of including it in the querystring.

SH