We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5b441 commit de41df5Copy full SHA for de41df5
activerecord/lib/active_record/encryption/encryptor.rb
@@ -20,7 +20,7 @@ class Encryptor
20
# Defaults to +true+.
21
# * <tt>:compressor</tt> - The compressor to use.
22
# 1. If compressor is provided, it will be used.
23
- # 2. If not, it will use ActiveRecord::Encryption.config.compressor which default value is +Zlib+.
+ # 2. If not, it will use +ActiveRecord::Encryption.config.compressor+ which default value is +Zlib+.
24
# If you want to use a custom compressor, it must respond to +deflate+ and +inflate+.
25
def initialize(compress: true, compressor: nil)
26
@compress = compress
0 commit comments