Liner: space after # in comments
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Tag < ApplicationRecord
|
||||
#belongs_to :account
|
||||
# belongs_to :account
|
||||
|
||||
has_many :taggings, dependent: :destroy
|
||||
has_many :bubbles, through: :taggings
|
||||
|
||||
Reference in New Issue
Block a user