Current section

Files

Jump to
exq_ui priv ember app routes queues index.coffee
Raw

priv/ember/app/routes/queues/index.coffee

IndexRoute = Ember.Route.extend
model: (params) ->
@store.findAll('queue')
`export default IndexRoute`