diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2019-01-14 17:34:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 17:34:44 -0500 |
commit | fcd38cf19fa6249d5b62bbe887fde6120408e9c3 (patch) | |
tree | c0297862df6c5d706c946799310c1f754ce959b1 /activerecord/CHANGELOG.md | |
parent | 40da1c430bc2d8d5cd9a9349993fbdf62e68529f (diff) | |
parent | 74bef0970fff60eaf5faefde30a23f3c36c0b3ee (diff) | |
download | rails-fcd38cf19fa6249d5b62bbe887fde6120408e9c3.tar.gz rails-fcd38cf19fa6249d5b62bbe887fde6120408e9c3.tar.bz2 rails-fcd38cf19fa6249d5b62bbe887fde6120408e9c3.zip |
Merge pull request #34891 from gmcgibbon/ac_params_exists
Allow strong params in ActiveRecord::Base#exists?
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index e468cc3169..f1a5e58da6 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ + +* Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?`. + + *Gannon McGibbon* + * Add support for endless ranges introduces in Ruby 2.6. *Greg Navis* |