forked from raw1z/amistad
-
Notifications
You must be signed in to change notification settings - Fork 0
The Friendship Model
raw1z edited this page Mar 6, 2012
·
2 revisions
For versions prior to v0.8.0, the generator shipped with amistad created a friendship model in the app directory of the rails project. Since v0.8.0, amistad_ supports custom user model and the friendship model is created automatically depending on the name of the user model:
'User' => Amistad::Friendships::UserFriendship
'Profile' => Amistad::Friendships::ProfileFriendship