3 lines
74 B
CoffeeScript
3 lines
74 B
CoffeeScript
App.SectionsRoute = Ember.Route.extend
|
|
model: -> @store.find('section')
|