module
Importance_1
v7.1.3.4 - Show latest stable - 0 notes

ActiveRecord::Encryption uses encryption contexts to configure the different entities used to encrypt/decrypt at a given moment in time.

By default, the library uses a default encryption context. This is the Context that gets configured initially via config.active_record.encryption options. Library users can define nested encryption contexts when running blocks of code.

See Context.

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