class ActionDispatch::Routing::RoutesProxy

def respond_to_missing?(method, _)

def respond_to_missing?(method, _)
  super || @helpers.respond_to?(method)
end