0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/adapters
Jason Williams 2e67d6bf99 Extend adapter to support automatic includes
Closes #3325
- Add Roles model and add hasMany roles to User model.
- Add EmbeddedRelationAdapter that will automatically include
  hasMany relations in calls to the API.
- UserAdapter and PostAdapter now extend EmbeddedRelationAdapter
  and all explicit includes from store.find() have been removed.
2014-07-21 17:05:13 +00:00
..
app.js Ported settings/apps logic to Ember. 2014-06-17 23:25:24 +02:00
application.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
embedded-relation-adapter.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
post.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
setting.js Convert general settings page to ember data 2014-06-20 04:38:41 +00:00
user.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00