diff --git a/app/models/tag.rb b/app/models/tag.rb index 434e44828..bc4012ab0 100644 --- a/app/models/tag.rb +++ b/app/models/tag.rb @@ -1,5 +1,5 @@ class Tag < ApplicationRecord - #belongs_to :account + # belongs_to :account has_many :taggings, dependent: :destroy has_many :bubbles, through: :taggings