Rails Many-to-Many Association: Unique Email Per Organization Is Being Enforced but same email that belongs to different org is not enforded
Here I have created many to many association between users and organizations through memberships and It is working fine but What I want is I want the same user(i.e user with same email) to be inserted into the users table if they belongs to different organization.