where(*args)
public

No documentation available.

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