Skip to content

Commit f132be4

Browse files
authored
Merge pull request rails#43679 from jacobherrington/jacobherrington/fix-typo
2 parents f472048 + 6e2701c commit f132be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/encryption/encrypted_attribute_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class EncryptedAttributeType < ::ActiveRecord::Type::Text
1717

1818
# === Options
1919
#
20-
# * <tt>:scheme</tt> - An +Scheme+ with the encryption properties for this attribute.
20+
# * <tt>:scheme</tt> - A +Scheme+ with the encryption properties for this attribute.
2121
# * <tt>:cast_type</tt> - A type that will be used to serialize (before encrypting) and deserialize
2222
# (after decrypting). +ActiveModel::Type::String+ by default.
2323
def initialize(scheme:, cast_type: ActiveModel::Type::String.new, previous_type: false)

0 commit comments

Comments
 (0)