Skip to content

Instantly share code, notes, and snippets.

@engmsaleh
Forked from tonyarnold/gist:2995892
Last active August 29, 2015 14:24
Show Gist options
  • Save engmsaleh/45e18fb88839f413a416 to your computer and use it in GitHub Desktop.
Save engmsaleh/45e18fb88839f413a416 to your computer and use it in GitHub Desktop.
NSArray *allEntities = [NSManagedObjectModel MR_defaultManagedObjectModel].entities;
[allEntities enumerateObjectsUsingBlock:^(NSEntityDescription *entityDescription, NSUInteger idx, BOOL *stop) {
[NSClassFromString([entityDescription managedObjectClassName]) MR_truncateAll];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment