You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: guides/release/models/finding-records.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ const person = result.content.data;
70
70
### Querying for A Single Record
71
71
72
72
If you are using an builder that supports server requests capable of returning a single model object,
73
-
EmberData provides a convenience method [`findRecord()`](https://api.emberjs.com/ember-data/5.3/functions/@ember-data%2Fjson-api%2Frequest/findRecord) that will return a record.
73
+
EmberData provides a convenience method [`findRecord()`](https://api.emberjs.com/ember-data/release/functions/@ember-data%2Fjson-api%2Frequest/findRecord) that will return a record.
74
74
The request is made via a method `findRecord()` defined by the builders.
75
75
76
76
For example, if your server API provides an endpoint for the currently logged in user:
0 commit comments