# File lib/dragonfly/server.rb, line 38
    def url_format=(url_format)
      @url_format = url_format
      self.url_mapper = UrlMapper.new(url_format)
    end