Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Text

An ActiveModel::Type::Value that encrypts/decrypts strings of text.

This is the central piece that connects the encryption system with encrypts declarations in the model classes. Whenever you declare an attribute as encrypted, it configures an EncryptedAttributeType for that attribute.

Show files where this class is defined (1 file)
Register or log in to add new notes.