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

When using store API, models can't mix styles of defining relationship types #373

Open
ebryn opened this issue May 27, 2014 · 1 comment
Assignees
Labels

Comments

@ebryn
Copy link
Owner

ebryn commented May 27, 2014

This doesn't work, for example:

  App.Comment = Ember.Model.extend({
    article: Ember.belongsTo('article', {embedded: false}),
    article2: Ember.belongsTo(App.Article, {embedded: false})
  });
@ebryn ebryn added the bug label May 27, 2014
@ckung ckung self-assigned this Jun 6, 2014
@bguiz
Copy link
Contributor

bguiz commented Jun 12, 2014

This might be related: #380

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

No branches or pull requests

3 participants