Navigation Menu

Skip to content

Commit

Permalink
Merge pull request emberjs#4102 from HeroicEric/find-belongs-to-docs
Browse files Browse the repository at this point in the history
[DOC] Fix misleading docs for `DS.RESTAdapter.findBelongsTo`
  • Loading branch information
fivetanley committed Jan 20, 2016
2 parents cf0bce1 + 5284f30 commit 73e4f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon/adapters/rest.js
Expand Up @@ -543,9 +543,9 @@ export default Adapter.extend(BuildURLMixin, {
},

/**
Called by the store in order to fetch a JSON array for
the unloaded records in a belongs-to relationship that were originally
specified as a URL (inside of `links`).
Called by the store in order to fetch the JSON for the unloaded record in a
belongs-to relationship that was originally specified as a URL (inside of
`links`).
For example, if your original payload looks like this:
Expand Down

0 comments on commit 73e4f3f

Please sign in to comment.