class ActionDispatch::Routing::Mapper::Mapping

def endpoint

def endpoint
  to.respond_to?(:call) ? to : dispatcher
end