Deal with associations using ember-cli and ember-localstorage-adapter

43 Views Asked by At

Maybe it's a stupid question but I am in the middle (hopefully) of the ember learning curve. My application uses ember-localstorage-adapter and some of my models has associations.

After saving few records, the ember inspector show me that all regular attributes are saved in the LocalStorage but cannot find a way to save the relationship among them. I think it has something to do with serializers but I was not able to find anything that explain how to store (and the use to retrieve) some kind of external keys.

Am I missing something big?

0

There are 0 best solutions below