We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I really liked using your gem. In my project I have 2 models, where I want to use friendship. Is there the way to do so?
The text was updated successfully, but these errors were encountered:
Hi I don't understand what you're trying to do. Can you give more details ?
Sorry, something went wrong.
I have two models: Person, that has friends (through friendships) Organization, that has partners (through partnerships)
The behaviour of partnership is the same as friendship. And I wanted to to something like
class Person < ActiveRecord::Base include Amistad::FriendModel end class Organization < ActiveRecord::Base include Amistad::FriendModel end
Or maybe
include Amistad::PersonFriendModel include Amistad::OrganizationFriendModel
Is it possible with amistad gem?
No branches or pull requests
Hello! I really liked using your gem.
In my project I have 2 models, where I want to use friendship. Is there the way to do so?
The text was updated successfully, but these errors were encountered: