Skip to content

Instantly share code, notes, and snippets.

@leefaus
Created December 30, 2009 03:49
Show Gist options
  • Select an option

  • Save leefaus/265828 to your computer and use it in GitHub Desktop.

Select an option

Save leefaus/265828 to your computer and use it in GitHub Desktop.
class Person
include MongoMapper::EmbeddedDocument
key :family, String
key :given, String
key :middle, String
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment