I have a mail model that is backed by a db table. Recipients is a serialized array that holds Contact id #’s and raw emails. I would like to be able to query to get all emails that were sent to a Contact. How do I do a find_by_recipients(includes contact.id)?
Share
You have 3 options