跳過區塊 跳過搜尋
方法
F

執行個體共用方法

find_by(*args)

# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 128
def find_by(*args)
  super(*EncryptedQuery.process_arguments(self, args, false))
end