summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/rails5-fix-47835.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/unreleased/rails5-fix-47835.yml')
-rw-r--r--changelogs/unreleased/rails5-fix-47835.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-fix-47835.yml b/changelogs/unreleased/rails5-fix-47835.yml
new file mode 100644
index 00000000000..fe9cbf1a03a
--- /dev/null
+++ b/changelogs/unreleased/rails5-fix-47835.yml
@@ -0,0 +1,6 @@
+---
+title: Rails5 fix no implicit conversion of Hash into String. ActionController::Parameters
+ no longer returns an hash in Rails 5
+merge_request: 19792
+author: Jasper Maes
+type: fixed