method

compatible_with?

rails latest stable - Class: ActiveRecord::Encryption::Scheme
compatible_with?(other_scheme)
public

No documentation available.

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