Files

5 lines
114 B
CoffeeScript

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