mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update CHANGELOG.md
This commit is contained in:
parent
12b32d8049
commit
a27c535cf1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
```
|
||||
Rails.application.config.filter_parameters += [:credit_card_number]
|
||||
Account.last.insepct # => #<Account id: 123, credit_card_number: [FILTERED] ...>
|
||||
Account.last.inspect # => #<Account id: 123, credit_card_number: [FILTERED] ...>
|
||||
```
|
||||
|
||||
*Zhang Kang*
|
||||
|
|
Loading…
Reference in a new issue