new(compress: true)
Boolean indicating whether records should be compressed before encryption. Defaults to true.
# File activerecord/lib/active_record/encryption/encryptor.rb, line 20 def initialize(compress: true) @compress = compress end