2015-08-08 03:08:27 +08:00
|
|
|
import { propertyEqual } from 'discourse/lib/computed';
|
|
|
|
|
2015-03-20 03:31:29 +08:00
|
|
|
export default Ember.Controller.extend({
|
2015-08-08 03:08:27 +08:00
|
|
|
me: propertyEqual('model.user.id', 'currentUser.id')
|
2015-03-20 03:31:29 +08:00
|
|
|
});
|