# File lib/dragonfly/url_mapper.rb, line 33
    def params_in_url
      @params_in_url ||= url_format.scan(/\:[\w_]+/).map{|f| f.tr(':','') }
    end