1 2 3 4 5 6
class String private def rails_to_json(*) ActiveSupport::JSON::Encoding.escape(self) end end