Model.create
geeft een belofte terug, dus het is niet nodig om .exec()
aan te roepen op de retourwaarde.
.then(function(){
return Comp.create(arr);
})
Model.create
geeft een belofte terug, dus het is niet nodig om .exec()
aan te roepen op de retourwaarde.
.then(function(){
return Comp.create(arr);
})