5 lines
149 B
CoffeeScript
5 lines
149 B
CoffeeScript
App.SectionRoute = Ember.Route.extend
|
|
model: (params) -> @store.peekRecord 'section', params.section_id
|
|
renderTemplate: ->
|
|
@render 'section'
|