mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-25 21:35:36 +08:00
Merge branch 'unit-testing' of github.com:twotoasters/RestKit into unit-testing
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
// NOTE: If all of your mapped objects use element -> class registration, you can perform seeding in one line of code:
|
||||
// [RKManagedObjectSeeder generateSeedDatabaseWithObjectManager:objectManager fromFiles:@"users.json", nil];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Initialize object store
|
||||
objectManager.objectStore = [RKManagedObjectStore objectStoreWithStoreFilename:@"RKTwitterData.sqlite" usingSeedDatabaseName:RKDefaultSeedDatabaseFileName managedObjectModel:nil];
|
||||
|
||||
Reference in New Issue
Block a user