deleteRecord with multiple belongsTo relationships in ember-cli
问题 What is the ember-cli best practice to deleteRecord() on a model that belongsTo multiple models? Do I have to manually clean up relationships on the parents? Migrating from ember to ember-cli I am having new trouble with deleteRecord() for a model 'star' that belongsTo multiple models, 'post' and 'user'. Before moving to ember cli it was working with this solution. The previous solution's delete action fails in the current ember-cli with errors and never calls the api . TypeError: Cannot read