Store and Adapter support for finding by id, updating a simple record

This commit is contained in:
Robin Ward
2015-02-26 15:54:39 -05:00
parent 3d3b70f4bb
commit 1ca43d3bb9
4 changed files with 53 additions and 17 deletions

View File

@ -126,3 +126,6 @@ window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
}.property()
});
// TODO: Remove this, it is in for backwards compatibiltiy with plugins
Discourse.HasCurrentUser = {};