find_by(*args)
public

No documentation available.

# File activerecord/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