method
compatible_with?
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Encryption::Scheme
compatible_with?(other_scheme)public
No documentation available.
# File activerecord/lib/active_record/encryption/scheme.rb, line 78
def compatible_with?(other_scheme)
deterministic? == other_scheme.deterministic?
end