Skip to content

Instantly share code, notes, and snippets.

@PatrickLef
Created September 9, 2010 15:05
Show Gist options
  • Save PatrickLef/571986 to your computer and use it in GitHub Desktop.
Save PatrickLef/571986 to your computer and use it in GitHub Desktop.
module ActiveResource
class Connection
private
# Handles response and error codes from the remote service.
def handle_response(response)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment