Skip to content

Commit

Permalink
Remove unnecessary attribute mapping. closes RestKit#537
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Feb 15, 2012
1 parent 6c25c5c commit bd56123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Docs/Object Mapping.md
Expand Up @@ -264,7 +264,6 @@ RKObjectMapping* authorMapping = [RKObjectMapping mappingForClass:[Author class]
RKObjectMapping* articleMapping = [RKObjectMapping mappingForClass:[Article class]];
[articleMapping mapKeyPath:@"title" toAttribute:@"title"];
[articleMapping mapKeyPath:@"body" toAttribute:@"body"];
[articleMapping mapKeyPath:@"author" toAttribute:@"author"];
[articleMapping mapKeyPath:@"publication_date" toAttribute:@"publicationDate"];

// Define the relationship mapping
Expand Down

0 comments on commit bd56123

Please sign in to comment.