5 lines
88 B
Ruby
5 lines
88 B
Ruby
class Tagging < ApplicationRecord
|
|
belongs_to :tag
|
|
belongs_to :card, touch: true
|
|
end
|