where(*args)
public

No documentation available.

# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 84
        def where(*args)
          process_encrypted_query_arguments_if_needed(args)
          super
        end