method

compatible_with?

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