From a0fb034bae6ea86c1086d3ecb8d7fa73e10cb6d7 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 5 Sep 2024 21:29:05 -0500 Subject: [PATCH] Liner: space after # in comments --- app/models/tag.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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