class ActiveSupport::CurrentAttributes

def respond_to_missing?(name, _)

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