# File lib/couchrest/model/associations.rb, line 204
      def push(obj)
        check_obj(obj)
        casted_by_attribute.push obj.id
        super(obj)
      end