mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05: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 |
||
---|---|---|
.. | ||
api_authentication_spec.js | ||
api_db_spec.js | ||
api_mail_spec.js | ||
api_notifications_spec.js | ||
api_posts_spec.js | ||
api_roles_spec.js | ||
api_settings_spec.js | ||
api_slugs_spec.js | ||
api_tags_spec.js | ||
api_themes_spec.js | ||
api_upload_spec.js | ||
api_users_spec.js |