module ActiveSupport::Deprecation::InstanceDelegator::ClassMethods

def method_added(method_name)

def method_added(method_name)
  singleton_class.delegate(method_name, to: :instance)
end