Skip to content

Instantly share code, notes, and snippets.

@kennethkalmer
Created December 13, 2009 20:21
Show Gist options
  • Save kennethkalmer/255582 to your computer and use it in GitHub Desktop.
Save kennethkalmer/255582 to your computer and use it in GitHub Desktop.
<link rel='stylesheet' href='/foo.css' />
<a href='http://www.opensourcery.co.za' rel='magic'>My blog</a>
{
"foo_id" : 1,
"bar_id" : 2
}
{
links : [
{ "rel" : "foo", "href" : 1 },
{ "rel" : "bar", "href" : 2 }
]
}
class SomeDocument < CouchRest::ExtendedDocument
include Correlate
related_to do
some :other_documents, :class => 'OtherDocument', :rel => 'other_document'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment