I have an STI model structure where super-class is User and sub-classes are Member and NonMember. I want to have only one Member and multiple NonMember for an email. For e.g. with email a@gmail.com
there can be only one Member object but at the same time we can have multiple NonMember with that email for different subdomains.
Please let me know how to take care of this as I am stuck on it and I have to tackle this problem very soon.