You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test & document MONGOID-5009 Belongs to relationship changes method visibility (#4912)
* Use public_send to delegate methods from Proxy to _target
* Define respond_to_missing? to properly expose method visibility, since we are defining method_missing
* forward all arguments
* mark private
* reinstate send
* document the situation
* remove respond_to_missing? from undefinitions
Co-authored-by: Esteban Pastorino <ejpastorino@gmail.com>
Co-authored-by: Oleg Pudeyev <oleg@bsdpower.com>
0 commit comments