In Ember, the default is for the name of your model corresponds to a REST route of the same name. So what happens when you're using hyphens in the URL? You can't name your model to match, but the solution is quite simple, although it did take me a lot