module ActiveRecord::Encryption::ExtendedDeterministicQueries::RelationQueries

def exists?(*args)

def exists?(*args)
  super(*EncryptedQuery.process_arguments(self, args, true))
end