From a27c535cf10ec1f7c9ac9fa38c95519bb7dbace5 Mon Sep 17 00:00:00 2001 From: Nick Stanish Date: Mon, 10 Sep 2018 14:43:07 -0500 Subject: [PATCH] Update CHANGELOG.md --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0af5b8caba..968cce39c1 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -2,7 +2,7 @@ ``` Rails.application.config.filter_parameters += [:credit_card_number] - Account.last.insepct # => # + Account.last.inspect # => # ``` *Zhang Kang*