Skip to content

Commit

Permalink
Merge pull request #4438 from emberjs/fivetanley-patch-1
Browse files Browse the repository at this point in the history
add `relationship` property to findHasMany RESTAdapter docs
  • Loading branch information
bmac committed Nov 21, 2016
2 parents a4b7b70 + 0355ed9 commit 064bbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/adapters/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ var RESTAdapter = Adapter.extend(BuildURLMixin, {
@method findHasMany
@param {DS.Store} store
@param {DS.Snapshot} snapshot
@param {DS.Snapshot} relationship snapshot of the hasMany relationship
@param {String} url
@return {Promise} promise
*/
Expand Down

0 comments on commit 064bbf8

Please sign in to comment.