Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created May 29, 2016 16:43
Show Gist options
  • Select an option

  • Save DrBoolean/5297c03e7182f854fbbc3bb092ef7e61 to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/5297c03e7182f854fbbc3bb092ef7e61 to your computer and use it in GitHub Desktop.
task_sketch6.js
makeFixtures(defs)
.fork(console.error, console.log)
// {
// "Band": {
// "dino_jr": {
// "id": 0.5556986515877327,
// "name": "Dinosaur Jr",
// "members": 3
// },
// "amanset": {
// "id": 0.7721304436702314,
// "name": "American Analog Set",
// "members": 7
// }
// },
// "Event": {
// "dino_stubbs": {
// "id": 0.5448042061068821,
// "band_id": "Band.dino_jr.id",
// "venue_id": "Venue.stubbs.id",
// "age_limit": 18,
// "date": "4/12/16"
// }
// },
// "Venue": {
// "stubbs": {
// "id": 0.12002758922522494,
// "name": "Stubbs",
// "address": "801 Red River St"
// },
// "independent": {
// "id": 0.41999716380936936,
// "name": "The Independent",
// "address": "628 Divisadero"
// }
// }
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment