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