Switch from Ember Data FixtureAdapter to Ember Model FixtureAdapter
问题 After I learned that the BasicAdapter in Ember Data has been removed, I decided to switch from Ember Data to Ember Model because the API I work with is not totally RESTful (and I need more flexibility in general). I'm wondering how to "translate" some parts of my code that used to work with the FixtureAdapter from Ember Data. Here for example, I get a list of profiles but I want to directly redirect to the first one. That means, accessing /profiles will redirect me to something like /profiles