跳至内容 跳至搜索
方法
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