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

'typeKey' of undefined strikes back! #25

Closed
H1D opened this issue Oct 20, 2014 · 1 comment
Closed

'typeKey' of undefined strikes back! #25

H1D opened this issue Oct 20, 2014 · 1 comment

Comments

@H1D
Copy link

H1D commented Oct 20, 2014

it happened again =) http://jsbin.com/wamana/edit?javascript,output
Same error as in #24

Now we have this models:

App.Progress = DS.Model.extend()
App.Step = DS.Model.extend 
  progress: DS.belongsTo 'progress',
    inverse: null
    async: true
App.Lesson = DS.Model.extend 
  steps: DS.hasMany 'step', async: true

I think inverse: null might be the cause

@H1D
Copy link
Author

H1D commented Oct 23, 2014

Turn out that problem not with inverse: null#26

@H1D H1D closed this as completed Oct 23, 2014
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

No branches or pull requests

1 participant