# File lib/sinatra/rabbit.rb, line 231
    def entry_points
      collections.values.inject([]) do |m, coll|
        url = url_for coll.operations[:index].path, :full
        m << [ coll.name, url ]
      end
    end