# File lib/common_helper.rb, line 102 def self.escape(str) URI.encode_www_form_component(str).gsub('+', '%20') end