instance method
compress?
Ruby on Rails 7.2.3
Since v7.2.3 Last seen in v7.2.3 Private — implementation detail, not part of the public APISignature
compress?()
No documentation comment.
Source
# File activerecord/lib/active_record/encryption/encryptor.rb, line 134
def compress?
@compress
end
Defined in activerecord/lib/active_record/encryption/encryptor.rb line 134
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Encryption::Encryptor