We're using devise for registrations and authentication. We have companies that have many users and users have one company. We'd like to, when a user signs up, extract the domain from their email, use it to identify their company, and associate this new user with that company before the user gets created.We're using devise for registrations and authen