Skip to content

Commit

Permalink
Fix for issue #2175, modificationAttribute is copied in RKEntityMappi…
Browse files Browse the repository at this point in the history
…ng copyWithZone:
  • Loading branch information
vilinskiy-playdayteam committed Feb 26, 2015
1 parent f186cde commit 7244bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/CoreData/RKEntityMapping.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ - (id)copyWithZone:(NSZone *)zone
copy.identificationAttributes = self.identificationAttributes;
copy.identificationPredicate = self.identificationPredicate;
copy.deletionPredicate = self.deletionPredicate;
copy.modificationAttribute = self.modificationAttribute;
copy.mutableConnections = [NSMutableArray array];

for (RKConnectionDescription *connection in self.connections) {
Expand Down

0 comments on commit 7244bba

Please sign in to comment.