This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Interceptor Bugfixes
It's now possible to do the following:
this.beforeCreate(function(t, done){
Model.find(the_id).transaction(t).exec(function(){
done(true);
}
});