in libraries/quote_helper.rb [1:8]
def quote(value) if value && value.is_a?(String) "\"#{value}\"" else value end end