Blame view

client/routes/routes-authenticated.coffee 143 Bytes
d1f4dbea8   Ryan Glover   Additional README...
1
  Router.map(->
5f6f6fbb0   Ryan Glover   Clean up spacing....
2
3
4
5
6
7
    @route('index',
      path: '/'
      template: 'index'
      onBeforeAction: ->
          # Code to run before route goes here.
    )
d1f4dbea8   Ryan Glover   Additional README...
8
  )