You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's reasonable to want more control over the auto generated associations. Similar idea as #50.
The implementation you suggested is feasible for the groups association because only one is generated. Over on the groups side, multiple member associations can be created, and each one may need to be customized differently. Maybe this can be accomplished by calling has_member multiple times, one for each member association.
@juhazi I sent you an invitation to give you collaborator access (which gives you push rights to the repo). Feel free to play around with your ideas in a branch and open a PR when you think it's ready.
Given the models in active_record_spec I would like to:
to end up as if I had defined the association with the block:
This should not interfere with the pre-existing
extend: GroupAssociationExtensions
style options defined in the associations.Does this feature seem feasible? I did not create a commit yet due to multiple directly related open branches.
The text was updated successfully, but these errors were encountered: