beforeValidation() 在被调用时没有调用Model.create(obj)
。
modele.exports = {
attributes : {},
beforeValidation : function(values, next){
console.log("Hello I am here"); //it didn't invoke when Model.create(obj)exec(); was called
}
}
我正在使用sails 0.10.0-rc4 和Waterline 0.10.0-rc3。
谢谢你。
更新 :
解决方案:未调用之前的验证