Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed createRecord for one-to-none associations #13

Merged
merged 1 commit into from
Aug 1, 2014

Conversation

KnownSubset
Copy link
Contributor

Used to die on creating the record. This was due to calling get with undefined key.

This apparently is a non-issue for many-to-none associations since createRecord throws an error if you try to set the up relationship at time of creation.

Used to die on creating the record. This was due to calling get
with undefined key.
danielspaniel added a commit that referenced this pull request Aug 1, 2014
Fixed createRecord for one-to-none associations
@danielspaniel danielspaniel merged commit 5fa53b1 into adopted-ember-addons:master Aug 1, 2014
@danielspaniel
Copy link
Collaborator

thanks again @KnownSubset for the fix, and the nice work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants