module Roda::RodaPlugins::NamedRoutes::RequestMethods
Public Instance Methods
Source
# File lib/roda/plugins/named_routes.rb, line 159 def route(name, namespace=nil) scope.send(roda_class.named_route(name, namespace), self) end
Dispatch to the named route with the given name.