-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Refer to MONGOID-5660 for context.
Object#_setter_ is a kernel monkey-patch used only in Mongoid::Association::Relatable. This is a trivial method so in the below PR I've just inlined it. (The same logic is already inlined in several other places.)
PR raised here: https://github.com/mongodb/mongoid/pull/5707