Already included in the Avatar concern

This commit is contained in:
David Heinemeier Hansson
2025-04-05 12:35:41 +02:00
parent 92ce80cc32
commit 17bdfb5df5
-2
View File
@@ -16,8 +16,6 @@ class User < ApplicationRecord
has_many :notifications, dependent: :destroy
has_one_attached :avatar
has_many :pins, dependent: :destroy
has_many :pinned_bubbles, through: :pins, source: :bubble