class ActionDispatch::Routing::RouteWrapper

def endpoint

:nodoc:
def endpoint
  app.dispatcher? ? "#{controller}##{action}" : rack_app.inspect
end