Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from Mantle/flip-transformer-docs
Browse files Browse the repository at this point in the history
Update entity transformer direction in docs
  • Loading branch information
jspahrsummers committed Mar 17, 2015
2 parents 16c0ecb + 40c9b59 commit 07066ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MTLManagedObjectAdapter/MTLManagedObjectAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ FOUNDATION_EXPORT const unsigned char MTLManagedObjectAdapterVersionString[];
// of them will be set with our MTLModel's values.
+ (NSSet *)propertyKeysForManagedObjectUniquing;

// Specifies how to convert the given property key to a managed object
// attribute. If reversible, the transformer will also be used to convert the
// managed object attribute back to the property.
// Specifies how to convert a managed object attribute into the given property
// key. If reversible, the transformer will also be used to convert the property
// back into a managed object attribute.
//
// If the receiver implements a `+<key>EntityAttributeTransformer` method,
// MTLManagedObjectAdapter will use the result of that method instead.
Expand Down

0 comments on commit 07066ea

Please sign in to comment.