Closed ficoos closed 8 years ago
Sometimes in the callbacks (like beforeSave) you might want to do something that will be asynchronous. It should be possible to return a promise and not have to do the entire phase synchronously.
Sorry apparently you can already do that.
Sometimes in the callbacks (like beforeSave) you might want to do something that will be asynchronous. It should be possible to return a promise and not have to do the entire phase synchronously.