Files
fizzy/app/models/tagging.rb
T
2024-09-05 17:36:48 -04:00

5 lines
90 B
Ruby

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