# File lib/couchrest/model/associations.rb, line 216
      def []= index, obj
        check_obj(obj)
        casted_by_attribute[index] = obj.id
        super(index, obj)
      end