Files
fizzy/app/models/entropy.rb
T
2025-11-02 15:24:55 +01:00

6 lines
130 B
Ruby

class Entropy < ApplicationRecord
belongs_to :container, polymorphic: true
after_commit -> { container.cards.touch_all }
end