import Ember from 'ember' export default Ember.Controller.extend users: (-> @store.peekAll('user')).property()