getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

Models with missing embedded keys can now be loaded #63

Closed ginty closed 11 years ago

ginty commented 11 years ago

I have a user model which represents various types of users, some have certain embedded relationships that others do not.

This small patch fixes load errors that occur in such a case when models do not have all embedded keys present.

ghempton commented 11 years ago

Thanks for the contribution!