WHERE NOT EXISTS in ActiveRecord / Rails

```ruby Job.where( 'NOT EXISTS (:people)', persons: People.select('1').where('jobs.id = people.job_id') ) ```