method

where

where(*args)
public

No documentation available.

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