Skip to content

Instantly share code, notes, and snippets.

@seancribbs
Created September 10, 2009 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seancribbs/184558 to your computer and use it in GitHub Desktop.
Save seancribbs/184558 to your computer and use it in GitHub Desktop.
result = Spreedly.post("/subscribers.xml", :body => "<subscriber><screen-name></screen-name><customer-id>1</customer-id><email></email></subscriber>")
=> {}
>> result.code
=> 422
>> result.body
=> "undefined method `delete' for nil:NilClass"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment