mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +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 |
||
---|---|---|
.. | ||
model_app_fields_spec.js | ||
model_app_settings_spec.js | ||
model_apps_spec.js | ||
model_permissions_spec.js | ||
model_posts_spec.js | ||
model_roles_spec.js | ||
model_settings_spec.js | ||
model_tags_spec.js | ||
model_users_spec.js |