Rev docs referencing primaryKey as opposed to identificationAttributes

This commit is contained in:
Blake Watters
2012-12-08 11:40:59 -05:00
parent 7f9de9e5b1
commit 38480b269c
6 changed files with 11 additions and 11 deletions

View File

@@ -154,7 +154,7 @@ extern NSString * const RKObjectMappingNestingAttributeKeyName;
NSDictionary *entityIdentifierAttributes = RKEntityIdentificationAttributesForEntityMappingWithRepresentation(entityMapping, representation);
if (! self.managedObjectCache) {
RKLogWarning(@"Performing managed object mapping with a nil managed object cache:\n"
"Unable to update existing object instances by primary key. Duplicate objects may be created.");
"Unable to update existing object instances by identification attributes. Duplicate objects may be created.");
}
// If we have found the entity identifier attributes, try to find an existing instance to update