routes-authenticated.coffee 131 Bytes
Router.route('index',
  path: '/'
  template: 'index'
  onBeforeAction: ->
    # Code to run before route goes here.
    @next()
)