aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-17 17:14:13 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-17 17:14:13 -0500
commit470e6bdac97249ca3406c635f611aa8f7df8b222 (patch)
treeff6e74eaba0aade32dd7fda785fb73fe64a1bdf0 /activerecord/CHANGELOG.md
parente65a3a0ce585b1fbcd35872616717595d6950fca (diff)
parent6410c70f7caa5045e2f12ebd7aab8d8b6d3e6a0b (diff)
downloadrails-470e6bdac97249ca3406c635f611aa8f7df8b222.tar.gz
rails-470e6bdac97249ca3406c635f611aa8f7df8b222.tar.bz2
rails-470e6bdac97249ca3406c635f611aa8f7df8b222.zip
Merge pull request #34966 from bogdanvlviv/ensure-ar-relation-exists-allows-permitted-params
Ensure that AR::Relation#exists? allows only permitted params
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4084be9ef1..b543a76639 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -56,7 +56,7 @@
*Laerti Papa*
-* Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?`.
+* Allow permitted instance of `ActionController::Parameters` as argument of `ActiveRecord::Relation#exists?`.
*Gannon McGibbon*