You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actions don't read what's in the post input, which in ActiveResource's case is XML describing a new or changed object. I've hacked it like this: http://gist.github.com/283894, but it requires Hash.from_xml from activesupport. What do you think?
The text was updated successfully, but these errors were encountered:
The actions don't read what's in the post input, which in ActiveResource's case is XML describing a new or changed object. I've hacked it like this: http://gist.github.com/283894, but it requires Hash.from_xml from activesupport. What do you think?
The text was updated successfully, but these errors were encountered: