module Roda::RodaPlugins::NamedRoutes::RequestMethods

def route(name, namespace=nil)

Dispatch to the named route with the given name.
def route(name, namespace=nil)
  scope.send(roda_class.named_route(name, namespace), self)
end