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)