Skip to content

Instantly share code, notes, and snippets.

@tjackiw
Created December 18, 2012 23:41
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 tjackiw/4333121 to your computer and use it in GitHub Desktop.
Save tjackiw/4333121 to your computer and use it in GitHub Desktop.
Using a Graph Database with Ruby. Part II: Integration
Friendship.create_both(me, bob)
Friendship.create_both(bob, mark)
Friendship.create_both(mark, mary)
Friendship.create_both(mary, john)
Friendship.create_both(john, andy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment