reloadRecord (internalModel) Promise
private
This method is called by the record's reload
method.
This method calls the adapter's find
method, which returns a promise. When that promise resolves, reloadRecord
will resolve the promise returned by the record's reload
.
Parameters:
-
internalModel
DS.Model
Returns:
-
Promise
- promise
Please login to continue.