Skip to content

Commit

Permalink
Merge branch 'release/0.20.0-pre2'
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Dec 2, 2012
2 parents 17996ad + 971083e commit f62f6ac
Show file tree
Hide file tree
Showing 24 changed files with 495 additions and 750 deletions.
2 changes: 1 addition & 1 deletion Code/CoreData/RKEntityByAttributeCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ - (void)addObject:(NSManagedObject *)object
__block NSEntityDescription *entity;
__block NSDictionary *attributeValues;
__block NSManagedObjectID *objectID;
[self.managedObjectContext performBlockAndWait:^{
[object.managedObjectContext performBlockAndWait:^{
entity = object.entity;
objectID = [object objectID];
attributeValues = [object dictionaryWithValuesForKeys:self.attributes];
Expand Down
104 changes: 0 additions & 104 deletions Code/CoreData/RKEntityIdentifier.h

This file was deleted.

129 changes: 0 additions & 129 deletions Code/CoreData/RKEntityIdentifier.m

This file was deleted.

Loading

0 comments on commit f62f6ac

Please sign in to comment.