# File lib/Borges/RequestHandler/Dispatcher.rb, line 46 def handler_for_request(req) req.path =~ /^#{@url_prefix}\/([^\/]+)/ return @entry_points[$1] || Borges::NotFoundHandler.new end