module ActiveRecord::Encryption::ExtendedDeterministicQueries::ExtendedEncryptableType
Public instance methods
Source code GitHub
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 149
def serialize(data)
if data.is_a?(AdditionalValue)
data.value
else
super
end
end