Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstanish committed Sep 10, 2018
1 parent 12b32d8 commit a27c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit a27c535

Please sign in to comment.