0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Hannah Wolfe b03ecd9ebc Use bookshelf's model registry plugin
Refs #2170

This removes the circular dependency problem from our models thanks to
https://github.com/tgriesser/bookshelf/issues/181
- add the registry plugin
- switch all models and collections to be registered
- switch relationships to be defined using a string, which calls from the registry
2014-07-13 18:18:25 +01:00
..
client Move setup to API 2014-07-11 14:17:09 +02:00
server Use bookshelf's model registry plugin 2014-07-13 18:18:25 +01:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Merge pull request #3213 from hswolff/lazy-load-models 2014-07-11 15:29:46 +01:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js