You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nevermind, figured out how to setup up a subdocument:
# initialize our jobs etc for this particular element
jobs: (cb)->
# initialize element
job =
id: app.seed.resources.pipelineJobId
required: true
responseStatus: "Completed"
cb [job]
Is there a way to create subdocuments with factoryLady. For some reason I keep getting a null return.
faker = require "Faker"
Upload = app.models.broadcasts.upload
factoryLady.define "upload", Upload,
This will have meta = null in my returned object
The text was updated successfully, but these errors were encountered: