Skip to content

Instantly share code, notes, and snippets.

@leepfrog
Created January 27, 2013 23:52
Show Gist options
  • Select an option

  • Save leepfrog/4651446 to your computer and use it in GitHub Desktop.

Select an option

Save leepfrog/4651446 to your computer and use it in GitHub Desktop.
App.Comment = DS.Model.extend
parentComment: DS.belongsTo("App.Comment", inverse: 'childComments')
childComments: DS.hasMany("App.Comment", inverse: 'parentComment')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment