I have questions as a thing
I have a dropdown of users when creating a question.
This tells who the question is for (user_to)
The way I am doing it now, I am searching for all users and grabbing the first one that matches the email chosen in the list.
This seems very expensive.
Is there a simpler way such as selecting User things directly from the dropdown in which case it auto assigns the reference to User table in the Question table?
I have been trying to figure it out for quite a while and have run out of ways to try this.