Skip to content

Instantly share code, notes, and snippets.

@ThisIsMissEm
Created July 18, 2010 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ThisIsMissEm/480729 to your computer and use it in GitHub Desktop.
Save ThisIsMissEm/480729 to your computer and use it in GitHub Desktop.
Employee: new db.model ->
this.key "name", String, {required: true}
this.key "email", Email, {required: true}
this.hasOne "office"
this.hasMany "data", {model: "Datum"}
return this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment