You could also argue that since the transition is to a leaf route, we should make that explicit in our template, by passing @route="bands.band.index", like this: <LinkTo @route="bands.band.index" @model={{band.slug}} >.
If I'm not mistaken, we removed slug from the Band model earlier in previous chapter(s), so shouldn't be @model={{band.id}}?
On page 201 the book says:
If I'm not mistaken, we removed
slug
from theBand
model earlier in previous chapter(s), so shouldn't be@model={{band.id}}
?