raw1z / amistad

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

find_any_friendship_with is private #3

Closed ghost closed 13 years ago

ghost commented 13 years ago

Is there any reason why find_any_friendship_with is private? I'm integrating amistad (looking good, so far!) into my application, in which my friendships join table has a foreign key. I'd like be to able to easily access the friendship record. True, I could do it other ways, but the find_any_friendship_with does exactly what I want.

raw1z commented 13 years ago

There is no particular reason for that. I will make it public