Skip to content

Instantly share code, notes, and snippets.

@jlee42
Last active December 11, 2015 11:39
Show Gist options
  • Save jlee42/4595664 to your computer and use it in GitHub Desktop.
Save jlee42/4595664 to your computer and use it in GitHub Desktop.
NSEntityDescription *activityTypeEntity = [NSEntityDescription entityForName:@"ActivityType" inManagedObjectContext:managedObjectStore.persistentStoreManagedObjectContext];
NSRelationshipDescription *customerRelationship = [activityTypeEntity relationshipsByName][@"customer"];
RKConnectionDescription *connection = [[RKConnectionDescription alloc] initWithRelationship:customerRelationship attributes:@{ @"customerID": @"customerID" }];
[activityTypeMapping addConnection:connection];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment