Per section 2.2 of rails guide on Active Record query interface here:
which seems to indicate that I can pass a string specifying the condition(s), then an array of
This is actually pretty simple:
Model.where(attribute: [value1,value2])