class ActiveSupport::CurrentAttributes

def method_missing(name, ...)

def method_missing(name, ...)
  instance.public_send(name, ...)
end