Liner: space after # in comments

This commit is contained in:
Jason Zimdars
2024-09-05 21:29:05 -05:00
parent 4910c82d0a
commit a0fb034bae
+1 -1
View File
@@ -1,5 +1,5 @@
class Tag < ApplicationRecord
#belongs_to :account
# belongs_to :account
has_many :taggings, dependent: :destroy
has_many :bubbles, through: :taggings