cardstack / ember-data-fastboot

Serializes and restores the ember-data store for fastboot
MIT License
52 stars 24 forks source link

Only push loaded records to the shoebox #6

Closed benkingcode closed 7 years ago

benkingcode commented 7 years ago

Fixes an issue where records from a relation that haven't been side-loaded are getting pushed to the shoebox with null attributes.

rwjblue commented 7 years ago

Good catch!

@ef4 - Thoughts?

ef4 commented 7 years ago

This looks good to me.