Take the following route:
@resource 'settings', path: '/settings', ->
@route 'alerts'
and the following link:
{{#linkTo settings.index}}Settings{{/linkTo}}
Is there a specific way in Ember to ensure that the above link is .active
as long as I am at a settings.*
route?