From 3a5edabb20fbe812057d450a9b84825c024c1ef8 Mon Sep 17 00:00:00 2001 From: jonpitch Date: Mon, 27 Mar 2017 14:05:50 -0700 Subject: [PATCH] updating peekRecord documentation with reference to its counterpart findRecord --- addon/-private/system/store.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/-private/system/store.js b/addon/-private/system/store.js index d20260eeb45..4bb7d79eb68 100644 --- a/addon/-private/system/store.js +++ b/addon/-private/system/store.js @@ -1026,6 +1026,8 @@ Store = Service.extend({ otherwise it will return `null`. A record is available if it has been fetched earlier, or pushed manually into the store. + See [findRecord](#method_findRecord) if you would like to request this record from the backend. + _Note: This is a synchronous method and does not return a promise._ ```js