Current section

Files

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

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

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