We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e704d90 + 72a901b commit 38b5ecaCopy full SHA for 38b5eca
packages/ember-data/lib/system/store.js
@@ -356,7 +356,7 @@ Store = Ember.Object.extend({
356
You can optionally preload specific attributes and relationships that you know of
357
by passing them as the third argument to find.
358
359
- For example, if your Ember route looks like `/posts/1/comments/2` and you API route
+ For example, if your Ember route looks like `/posts/1/comments/2` and your API route
360
for the comment also looks like `/posts/1/comments/2` if you want to fetch the comment
361
without fetching the post you can pass in the post to the `find` call:
362
0 commit comments