3.3.4 :001 > tag = FactoryBot.create(:tag)
=>
#<Tag:0x000000012e9ecbe8
id: 844,
name: "inventore ducimus",
parent_id: 843,
created_at: "2026-02-23 15:22:48.728267000 +0100",
updated_at: "2026-02-23 15:22:48.728267000 +0100",
title: nil,
description: nil>
3.3.4 :002 > tag.update(name: 'Foobar')
(rails-app):3:in `<top (required)>': undefined method `_ct_reorder_siblings' for an instance of Tag (NoMethodError)
In the latest version of Closuretree (v9.6.0), when updating a tag, we're getting a
undefined method '_ct_reorder_siblings' for an instance of TagExample here:
It seems that this change is the root cause: https://github.com/ClosureTree/closure_tree/pull/484/changes#diff-2423b183850e1772ca6dbbcb3a612936b6f92ab76b9d7c650efe95cfcfe7e8b5R44-R54