remove unnecessary callback

This commit is contained in:
Tomas Costantino
2025-12-11 10:25:34 +01:00
parent fb0b787f10
commit 52fcca9438
-2
View File
@@ -5,8 +5,6 @@ module Column::Positioned
scope :sorted, -> { order(position: :asc) }
before_create :set_position
after_create_commit -> { surroundings.touch_all }
after_destroy_commit -> { surroundings.touch_all }
end
def move_left