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
I was wondering if it is intentional that the gem does not support delete_all action, It is the reason behind this bug since has_many_through uses delete_all to delete the related associations.
I was going to work on a PR to add it but I thought it would be better to double check first
Thank you
The text was updated successfully, but these errors were encountered:
I was wondering if it is intentional that the gem does not support
delete_all
action, It is the reason behind this bug sincehas_many_through
usesdelete_all
to delete the related associations.I was going to work on a PR to add it but I thought it would be better to double check first
Thank you
The text was updated successfully, but these errors were encountered: