Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
Created March 22, 2010 03:23
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 jacquescrocker/339773 to your computer and use it in GitHub Desktop.
Save jacquescrocker/339773 to your computer and use it in GitHub Desktop.
class Site
include MongoMapper::Document
key :layout_id
belongs_to :layout
end
class Layout
include MongoMapper::Document
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment