Migrate initialization of default error mapping from RKObjectManager to RKObjectMappingProvider

This commit is contained in:
Blake Watters
2012-05-21 12:08:22 -04:00
parent 01607a9a09
commit 31191f59b6
3 changed files with 7 additions and 9 deletions

View File

@@ -104,8 +104,6 @@
}
- (BOOL)prepareURLRequest {
// TODO: Can we just do this if the object hasn't been saved already???
// NOTE: There is an important sequencing issue here. You MUST save the
// managed object context before retaining the objectID or you will run
// into an error where the object context cannot be saved. We do this