ciphertext_for(attribute_name)
Returns the ciphertext for attribute_name.
# File activerecord/lib/active_record/encryption/encryptable_record.rb, line 148 def ciphertext_for(attribute_name) read_attribute_before_type_cast(attribute_name) end