Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Last active June 1, 2016 16:11
Show Gist options
  • Select an option

  • Save DrBoolean/8c0bf7e9dfc3f40904420ed365969fb0 to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/8c0bf7e9dfc3f40904420ed365969fb0 to your computer and use it in GitHub Desktop.
task_sketch2.js
makeFixtures(defs).map(fixtures => {
// Get the id of the created model
fixtures.Band.amanset.id
// 3
// Get a relationship
fixtures.Event.dino_stubbs.venue.name
// Stubbs
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment