3 lines
74 B
CoffeeScript
3 lines
74 B
CoffeeScript
App.TablesIndexRoute = Ember.Route.extend
|
|
model: -> @store.all('table')
|