mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
5ff2a31ce1
resolves #2170 - creates a models.init() function that requires all other model files and caches them. This is opposed to the previous functionality where when you require('./models') it would immediately require all other models. Now it's done when you want. - Updates all tests to reflect the new structure of the model module |
||
---|---|---|
.. | ||
accesstoken.js | ||
app.js | ||
appField.js | ||
appSetting.js | ||
base.js | ||
basetoken.js | ||
client.js | ||
index.js | ||
permission.js | ||
post.js | ||
refreshtoken.js | ||
role.js | ||
settings.js | ||
tag.js | ||
user.js |