You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/active_record_encryption.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,19 +392,19 @@ Both methods return `ActiveRecord::Encryption::Key` objects:
392
392
393
393
A key can include arbitrary tags that will be stored unencrypted with the message. You can use `ActiveRecord::Encryption::Message#headers` to examine those values when decrypting.
394
394
395
-
### Model-specific Key Providers
395
+
### Attribute-specific Key Providers
396
396
397
-
You can configure a key provider on a per-class basis with the `:key_provider`option:
397
+
You can configure a key provider on a per-attribute basis with the `:key_provider`option:
0 commit comments