Skip to content

Instantly share code, notes, and snippets.

@blakewatters
Created August 1, 2011 15:12
Show Gist options
  • Save blakewatters/1118307 to your computer and use it in GitHub Desktop.
Save blakewatters/1118307 to your computer and use it in GitHub Desktop.
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