0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
Harry Wolff cddd23f926 Only reference model properties through the models module.
This frees us up to enforce one single point of access, thus paving
the way towards allowing us to initialize the models at are request,
and not when it's require().

addresses #2170
2014-07-10 08:04:32 -04:00
..
client Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
server Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Only reference model properties through the models module. 2014-07-10 08:04:32 -04: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