instance method
compatible_with?
Ruby on Rails 8.0.4
Since v7.1.6Signature
compatible_with?(other_scheme)
No documentation comment.
Parameters
-
other_schemereq
Source
# File activerecord/lib/active_record/encryption/scheme.rb, line 78
def compatible_with?(other_scheme)
deterministic? == other_scheme.deterministic?
end
Defined in activerecord/lib/active_record/encryption/scheme.rb line 78
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Encryption::Scheme