ember data - Saving model from REST adapter into localstorage -


is there easy way save or copy ember model "from restadapter lsadapter" (including relationships)?

for example that?

var person = ds.reststore.find(model.person, 1); ds.lsstore.createrecord(person);  ds.lsstore.commit(); 


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -