Files
fizzy/app/models/tagging.rb
T
2025-04-09 14:50:58 +02:00

5 lines
88 B
Ruby

class Tagging < ApplicationRecord
belongs_to :tag
belongs_to :card, touch: true
end