aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/support/stubs
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that AR::Relation#exists? allows only permitted paramsbogdanvlviv2019-01-171-1/+7
| | | | | Clarify changelog entry Related to #34891
* Allow strong params in ActiveRecord::Base#exists?Gannon McGibbon2019-01-071-0/+15
Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?`