Dall'interno di un metodo statico, puoi anche creare un nuovo documento facendo:
schema.statics.createUser = function(callback) {
var user = new this();
user.phone_number = "jgkdlajgkldas";
user.save(callback);
};
Dall'interno di un metodo statico, puoi anche creare un nuovo documento facendo:
schema.statics.createUser = function(callback) {
var user = new this();
user.phone_number = "jgkdlajgkldas";
user.save(callback);
};