# Ember-Data: Updating a model with embedded models

**URL:** https://discuss.emberjs.com/t/ember-data-updating-a-model-with-embedded-models/2240
**Category:** Ember Data
**Created:** [August 20, 2013, 3:51pm UTC](https://discuss.emberjs.com/t/ember-data-updating-a-model-with-embedded-models/2240 "2013-08-20T15:51:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bmherold](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/bmherold/32/14925_2.png) [@bmherold](https://discuss.emberjs.com/u/bmherold)
#### Post date: [August 20, 2013, 3:51pm UTC](https://discuss.emberjs.com/t/ember-data-updating-a-model-with-embedded-models/2240/1 "2013-08-20T15:51:04Z")

</div>

I’m trying to update a Discussion model with associated Tag models. I’ve created a save action that removes all the associated tags, and then adds the updated list, but the expected api calls are not made (DELETEs on tags specifically). I recently posted this question to StackOverflow, but didn’t get any traction there.

[Here’s the relevant link](http://stackoverflow.com/questions/18242660/ember-data-updating-a-model-with-embedded-models)

Was hoping someone here could provide a little direction that might get me started. If I’m missing any necessary context, please let me know!
