Changeset 224 for trunk/cocoa/CoreData+JRExtensions
- Timestamp:
- 03/15/07 01:14:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cocoa/CoreData+JRExtensions/CoreData+JRExtensions.m
r216 r224 8 8 9 9 - (id)initAndInsertIntoManagedObjectContext:(NSManagedObjectContext*)moc_ { 10 return [self initWithEntity:[[self class] entityDescriptionInManagedObjectContext:moc_] insertIntoManagedObjectContext:moc_]; 10 return [NSEntityDescription insertNewObjectForEntityForName:[[[self class] entityDescriptionInManagedObjectContext:moc_] name] 11 inManagedObjectContext:moc_]; 11 12 } 12 13
