Skip to content

Commit

Permalink
Merge pull request emberjs#4981 from bantic/bantic/docs-has-many-ids
Browse files Browse the repository at this point in the history
[DOC release] Document DS.HasManyReference.ids
  • Loading branch information
pangratz authored May 11, 2017
2 parents ccec0bd + cff4402 commit 337524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/references/has-many.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ HasManyReference.prototype.link = function() {
commentsRef.ids(); // ['1']
```
@method remoteType
@method ids
@return {Array} The ids in this has-many relationship
*/
HasManyReference.prototype.ids = function() {
Expand Down

0 comments on commit 337524f

Please sign in to comment.