discourse/app/assets/javascripts/discourse/controllers/object.js.es6
Robin Ward be9feeb918 Replace CurrentUserMixin with an injected currentUser
This is a lot simpler and removes the need for stubbing singletons
in unit tests.
2015-02-27 10:33:39 -05:00

2 lines
66 B
JavaScript

export default Ember.ObjectController.extend(Discourse.Presence);