method

encrypted?

rails latest stable - Class: ActiveRecord::Encryption::EncryptedAttributeType
encrypted?(value)
public

No documentation available.

# File activerecord/lib/active_record/encryption/encrypted_attribute_type.rb, line 47
      def encrypted?(value)
        with_context { encryptor.encrypted? value }
      end