From 1e2893374aad99a7492738cb33bc19148902f95c Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 1 Jul 2017 01:34:39 +0530 Subject: [PATCH] Fix the class name --> ActionController::Parameters [ci skip] --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 04a1b4978f..8b0688383f 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -* Fallback `ActionParameters#to_s` to `Hash#to_s`. +* Fallback `ActionController::Parameters#to_s` to `Hash#to_s`. *Kir Shatrov*