# File lib/couchrest/model/properties.rb, line 17
      def as_couch_json
        super.delete_if{|k,v| v.nil?}
      end