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.
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.