0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration/model
Hannah Wolfe 31fc84cefb Consistency in model method naming
- The API has the BREAD naming for methods
- The model now has findAll, findOne, findPage (where needed), edit, add and destroy, meaning it is similar but with a bit more flexibility
- browse, read, update, create, and delete, which were effectively just aliases, have all been removed.
- added jsDoc for the model methods
2014-05-06 00:36:42 +01:00
..
model_app_fields_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_app_settings_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_apps_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_permissions_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_posts_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_roles_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_settings_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_tags_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_users_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00