Skip to content

Instantly share code, notes, and snippets.

@chivalry
Created July 27, 2014 20:14
Show Gist options
  • Save chivalry/1754cb37909432441277 to your computer and use it in GitHub Desktop.
Save chivalry/1754cb37909432441277 to your computer and use it in GitHub Desktop.
+ (NSString *)entityName {
return NSStringFromClass(self);
}
+ (AbstractEntity *)insertNewObjectInManagedObjectContext:(NSManagedObjectContext *)moc {
return [NSEntityDescription insertNewObjectForEntityForName:[self entityName]
inManagedObjectContext:moc];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment