Created
August 1, 2011 15:12
-
-
Save blakewatters/1118307 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Models: | |
CVGroup | |
one-to-one relationship to CVUser as 'creator' | |
one-to-many relationship with users | |
CVUser | |
one-to-many relationship with groups (user belongs to many groups) | |
groups: // mappable keyPath. setMapping:forKeyPath: | |
creator. Relationship to a CVUser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment