Ghost/core/server/models/base
Fabien O'Carroll 48ebbf94d3
Permitted require option for edit, destroy, findOne (#9948)
no-issue

With the new framework it is hard to handle 404 errors outside of the
serialization layer, this is because we cannot force destroy, edit or
findOne to error if the model is missing. This lets us do that.
2018-10-12 18:00:21 +07:00
..
index.js Permitted require option for edit, destroy, findOne (#9948) 2018-10-12 18:00:21 +07:00
listeners.js Fixed model events and transactions (#9524) 2018-04-06 18:19:45 +02:00
token.js
utils.js