Methods
Included Modules
Instance Public methods
find_by(*args)
📝 Source code
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 114
def find_by(*args)
process_encrypted_query_arguments(args, false) unless self.deterministic_encrypted_attributes&.empty?
super
end
🔎 See on GitHub