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

[BUGFIX beta] Attribute/relationship named "type" of primary record i… #3846

Merged
merged 1 commit into from
Oct 14, 2015

Conversation

bmac
Copy link
Member

@bmac bmac commented Oct 13, 2015

…s considered before normalization

@wecc and @pangratz could you please review?

basket: [
env.store.createRecord('Basket', { type: 'bamboo', size: 10, id: '1' }),
env.store.createRecord('Basket', { type: 'yellowMinion', size: 10, id: '65536' })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for not using env.store.createRecord anymore here!

@pangratz
Copy link
Member

LGTM

@wecc
Copy link
Contributor

wecc commented Oct 14, 2015

👍

bmac added a commit that referenced this pull request Oct 14, 2015
[BUGFIX beta] Attribute/relationship named "type" of primary record i…
@bmac bmac merged commit 00a01c2 into emberjs:master Oct 14, 2015
@bmac bmac deleted the rest-serializer-type branch October 14, 2015 09:03
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.

3 participants