Skip to content

Instantly share code, notes, and snippets.

@mndoci
Created May 9, 2009 04:59
Show Gist options
  • Save mndoci/109134 to your computer and use it in GitHub Desktop.
Save mndoci/109134 to your computer and use it in GitHub Desktop.
# Chemcaster example
require 'rubygems'
require 'activeresource'
class Structure < ActiveResource::Base
self.site = 'http://chemcaster.com/collections/:collection_id'
self.user = '[email protected]'
self.password = 'secret'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment