mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-05 16:17:05 +08:00
Audited all code in the app and produced extensive TODO list. Fixed build problems when on the Release profile.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
@implementation DBManagedObjectCache
|
||||
|
||||
// TODO: Cleanup this code somehow...
|
||||
- (NSArray*)fetchRequestsForResourcePath:(NSString*)resourcePath {
|
||||
if ([resourcePath isEqualToString:@"/topics"]) {
|
||||
NSFetchRequest* request = [DBTopic fetchRequest];
|
||||
|
||||
Reference in New Issue
Block a user