mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-22 20:18:53 +08:00
Add decent description method for relationship connection operations
This commit is contained in:
@@ -194,4 +194,10 @@
|
||||
[self connectRelationship];
|
||||
}
|
||||
|
||||
- (NSString *)description
|
||||
{
|
||||
return [NSString stringWithFormat:@"<%@:%p %@ in %@ using %@>",
|
||||
[self class], self, self.connectionMapping, self.managedObjectContext, self.managedObjectCache];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user