-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Refer to MONGOID-5660 for context.
Object#_find_args_ is a kernel monkey patch intended for use in Criteria::Findable. It prepare arguments for the Criteria.find method (its name is intended to mean "args for the find method", i.e. not "find some args")
PR raised: https://github.com/mongodb/mongoid/pull/5706