The ember guide : nested routes
say that when “ember generate route posts/new” in the console, the files “templates/posts.hbs” and “templates/posts/new.hbs” should be created
but when I try it, only “templates/posts/new.hbs” is created
it is normal ?
@pat123456 would love to get an issue or a PR on what was concerning you here. The guides are ours jointly to make run smoothly, so if you hit snags do let us know!
I troll myself with that sometimes. I know how it works, but I still get hazy and expect
ember g route cats/dog/edit
to create all of those routes once in a while.