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