Blame view

client/routes/routes-global.coffee 85 Bytes
d1f4dbea8   Ryan Glover   Additional README...
1
2
3
4
  Router.configure(
    notFoundTemplate: 'notFound'
    layoutTemplate: 'layoutDefault'
  )