instance method compatible_with?

Ruby on Rails 7.1.6

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

compatible_with?(other_scheme)

No documentation comment.

Parameters

other_scheme req
Source
# File activerecord/lib/active_record/encryption/scheme.rb, line 73
      def compatible_with?(other_scheme)
        deterministic? == other_scheme.deterministic?
      end

Defined in activerecord/lib/active_record/encryption/scheme.rb line 73 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Encryption::Scheme

Type at least 2 characters to search.

↑↓ navigate · open · esc close