Methods
Instance Public methods
find_by(*args)
📝 Source code
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 126
def find_by(*args)
super(*EncryptedQuery.process_arguments(self, args, false))
end
🔎 See on GitHub