How to Build OR Queries With Active Record
There are a couple of ways to recreate the SQL OR operator with Ruby on Rails and Active Record.
Here's how.
Checking a Single Column For Multiple Values
First, if you want to pull records where a certain column can be multiple values you won't need ...
testsuite.hashnode.dev3 min read