From 1e923b498492424ae627d7a2c61339148f887503 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Mon, 7 Jan 2019 14:05:50 -0500 Subject: Allow strong params in ActiveRecord::Base#exists? Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?` --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ca072be5e1..77f3fca880 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?`. + + *Gannon McGibbon* + * Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_version`. *Ryuta Kamizono* -- cgit v1.2.3