Skip to content

Instantly share code, notes, and snippets.

@cilquirm
Created February 11, 2009 17:15
Show Gist options
  • Save cilquirm/62124 to your computer and use it in GitHub Desktop.
Save cilquirm/62124 to your computer and use it in GitHub Desktop.
has :n, :friendships
has :n, :friends, :through => :friendships
has :n, :college_friendships, :class_name => 'Friendship', :met_in => :college
has :n, :college_friends, :class_name => 'Friend', :through => :college_friendships
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment