3 lines
77 B
CoffeeScript
3 lines
77 B
CoffeeScript
App.IndexRoute = Ember.Route.extend
|
|
redirect: -> @transitionTo('sections')
|