method

find_by

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: CoreQueries
find_by(*args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.