Skip to content

Commit

Permalink
Merge pull request #1825 from RyzacInc/development
Browse files Browse the repository at this point in the history
missed copying over sourceToDestintationKeyTransformationBlock
  • Loading branch information
blakewatters committed May 20, 2014
2 parents 754a5b4 + fe5a0fb commit 10a3967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/ObjectMapping/RKObjectMapping.m
Expand Up @@ -167,7 +167,7 @@ - (void)copyPropertiesFromMapping:(RKObjectMapping *)mapping
self.forceCollectionMapping = mapping.forceCollectionMapping;
self.performsKeyValueValidation = mapping.performsKeyValueValidation;
self.valueTransformer = mapping.valueTransformer;
self.sourceToDestinationKeyTransformationBlock = self.sourceToDestinationKeyTransformationBlock;
self.sourceToDestinationKeyTransformationBlock = mapping.sourceToDestinationKeyTransformationBlock;
}

- (id)copyWithZone:(NSZone *)zone
Expand Down

0 comments on commit 10a3967

Please sign in to comment.