module ActiveRecord::Encryption::ExtendedDeterministicQueries::RelationQueries
def exists?(*args)
def exists?(*args) super(*EncryptedQuery.process_arguments(self, args, true)) end
def exists?(*args) super(*EncryptedQuery.process_arguments(self, args, true)) end