Methods

Instance Public methods

find_by(*args)

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