Skip to content

Instantly share code, notes, and snippets.

@mwhuss
Created October 31, 2009 14:17
Show Gist options
  • Save mwhuss/223092 to your computer and use it in GitHub Desktop.
Save mwhuss/223092 to your computer and use it in GitHub Desktop.
class PersonResource < ActiveResource::Base
self.site = "http://api.people.com:3000/"
self.proxy = "http://user:password@proxy.people.com:8080"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment