class ActiveSupport::CurrentAttributes

def respond_to_missing?(name, _)

def respond_to_missing?(name, _)
  super || instance.respond_to?(name)
end