Skip to content

Instantly share code, notes, and snippets.

@eggie5
Created September 28, 2010 00:45
Show Gist options
  • Save eggie5/600191 to your computer and use it in GitHub Desktop.
Save eggie5/600191 to your computer and use it in GitHub Desktop.
ext = Service.new(:url=> "fake url")
dog = ext.Dog.get_all
cat = ext.Cat.get_all
black_dog = ext.Dog.new(:color=>"black")
black_dog.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment