I would have a method like this:
User.churned.where(field: true)
and I am using a Query Object to return churned users.
app/qu