mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:01:13 +08:00
Store and Adapter support for finding by id, updating a simple record
This commit is contained in:
@ -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 = {};
|
||||
|
Reference in New Issue
Block a user