Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created February 18, 2011 09:25
Show Gist options
  • Save jlebrech/833459 to your computer and use it in GitHub Desktop.
Save jlebrech/833459 to your computer and use it in GitHub Desktop.
not really yaml
user:
has_many: comments => author
can_be: author, recipient
comment:
belongs_to_many: users => recipients
has_one: user => author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment