mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-07 12:45:15 +08:00
Added support for comparison of attribute, relationship, and object mappings via isEqualToMapping:. closes #803
This commit is contained in:
@@ -111,6 +111,12 @@
|
||||
return mapping;
|
||||
}
|
||||
|
||||
- (BOOL)isEqualToMapping:(RKObjectMappingDefinition *)otherMapping
|
||||
{
|
||||
// Comparison of dynamic mappings is not currently supported
|
||||
return NO;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
// Compatibility alias...
|
||||
|
||||
Reference in New Issue
Block a user