module ActiveRecord::Encryption::ExtendedDeterministicQueries::CoreQueries

Public Instance Methods

find_by(*args) click to toggle source
Calls superclass method
# File lib/active_record/encryption/extended_deterministic_queries.rb, line 114
def find_by(*args)
  process_encrypted_query_arguments(args, false) unless self.deterministic_encrypted_attributes&.empty?
  super
end