raw1z / amistad

Adds friendships management into a rails application
http://github.com/raw1z/amistad
MIT License
185 stars 71 forks source link

Add support to namespaced friend model #55

Closed dowglaz closed 6 years ago

dowglaz commented 9 years ago

This commit only removes the unecessary dependency of friendship_model naming.

It's uneeded to have a friendship_model dependent on friend_model's name.

The purpose of this commit is to solve problems with namespaced models (e.g. 'User::Profile').