Last active
June 1, 2016 16:11
-
-
Save DrBoolean/8c0bf7e9dfc3f40904420ed365969fb0 to your computer and use it in GitHub Desktop.
task_sketch2.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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