Skip to content

Instantly share code, notes, and snippets.

@RickEyre
Created February 21, 2018 02:11
Show Gist options
  • Save RickEyre/11d047c883131984cb99896ad8a4fcdc to your computer and use it in GitHub Desktop.
Save RickEyre/11d047c883131984cb99896ad8a4fcdc to your computer and use it in GitHub Desktop.
People.build({
name: 'Whatever',
profile: Profile.build({ /* my-values */ })
}).create({
include: [Profile]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment