Remove comment_smiles relationship from users

This commit is contained in:
Karina Kwiatek 2022-07-06 20:40:06 +02:00 committed by Karina Kwiatek
parent c0dbc7d501
commit 0db369a9ae
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class User < ApplicationRecord
has_many :comments, dependent: :destroy
has_many :inboxes, dependent: :destroy
has_many :smiles, class_name: "Appendable::Reaction", dependent: :destroy
has_many :comment_smiles, dependent: :destroy
has_many :services, dependent: :destroy
has_many :notifications, foreign_key: :recipient_id, dependent: :destroy
has_many :reports, dependent: :destroy