Skip to content

Commit b10a2e4

Browse files
[ci-skip][Docs]Add encryption.add_to_filter_parameters to configuring.md (rails#49443)
* Add encryption.add_to_filter_parameters to configuring.md encryption.add_to_filter_paramters has been merged by rails#46453. (This PR is a second try of rails#49364 ) * Update entry for encryption.add_to_filter_parameters Co-authored-by: Rafael Mendonça França <[email protected]>
1 parent af2b1da commit b10a2e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guides/source/configuring.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,12 @@ whether a foreign key's name should be dumped to db/schema.rb or not. By
16041604
default, foreign key names starting with `fk_rails_` are not exported to the
16051605
database schema dump. Defaults to `/^fk_rails_[0-9a-f]{10}$/`.
16061606
1607+
#### `config.active_record.encryption.add_to_filter_parameters`
1608+
1609+
Enables automatic filtering of encrypted attributes on `inspect`.
1610+
1611+
The default value is `true`.
1612+
16071613
#### `config.active_record.encryption.hash_digest_class`
16081614
16091615
Sets the digest algorithm used by Active Record Encryption.

0 commit comments

Comments
 (0)