Rewrite an id of model with data from server

I make my own interface for Redmine CRM using REST and Ember. It has an url to get current user – ‘/users/current’ so I make App.User.find(‘current’) and receive a model with id:‘current’

On what level it will right to define this behavior? Is it adapter?

1 Like