Is there a way to exclude the results of record set number 1 from record set number 2 in Rails 3 or 4, Activerecord?
I tried this before with ugly code trying to remove id by adding them to the hash and excluding them from the request.
Should there be a clean way to remove a specific identifier or results from a recordset?
source share