Don't specify index routes

They're generated by default
This commit is contained in:
Piotr Sarnacki 2014-05-23 17:30:54 +02:00
parent cc8219ba7a
commit a39d031925

View File

@ -72,9 +72,7 @@ Travis.Router.map ->
@route 'auth', path: '/auth'
@resource 'profile', path: '/profile', ->
@route 'index', path: '/'
@resource 'account', path: '/:login', ->
@route 'index', path: '/'
@route 'profile', path: '/profile'
@route 'notFound', path: "/*path"