Skip to content

Instantly share code, notes, and snippets.

@ngsmrk
Last active August 29, 2015 13:56
Show Gist options
  • Save ngsmrk/9024337 to your computer and use it in GitHub Desktop.
Save ngsmrk/9024337 to your computer and use it in GitHub Desktop.
Example Meteor Mongo insert
Offices.insert({name: names[i], rows: [
{number: 1, desks: [
{occupant: 'Person 1'},
{occupant: 'Person 2'}
]}
]});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment