mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-11 11:39:05 +08:00
Added Object Mapping block helpers to RKObjectManager and RKObjectMapping. These enable you to perform ad-hoc object mapping very easily. Extended RKObjectRouter to match on superclasses if no specific route is found. This is helpful when using mocked objects with frameworks like Kiwi. fixes #238
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
#import "Errors.h"
|
||||
|
||||
NSString* const RKRestKitErrorDomain = @"com.twotoasters.RestKit.ErrorDomain";
|
||||
NSString* const RKRestKitErrorDomain = @"org.restkit.RestKit.ErrorDomain";
|
||||
|
||||
NSString* const RKObjectMapperErrorObjectsKey = @"RKObjectMapperErrorObjectsKey";
|
||||
Reference in New Issue
Block a user