4 lines
90 B
CoffeeScript
4 lines
90 B
CoffeeScript
module.exports = (store) ->
|
|
store.query.expose 'users', 'withId', (id) ->
|
|
@byId(id)
|