I have Products.
Products have unique sizes. Sizes are attributes.
I want to change the status of Products with sizes 10, 20 and 30 exclusively.
How do I query them in one go?
I looking for something as simple as:
Products.find_by(size: [10, 20, 30])