Skip to Content Skip to Search
Methods
E
W

Instance Public methods

exists?(*args)

# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 92
def exists?(*args)
  super(*EncryptedQuery.process_arguments(self, args, true))
end

where(*args)

# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 88
def where(*args)
  super(*EncryptedQuery.process_arguments(self, args, true))
end