mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
Remove comment_smiles relationship from users
This commit is contained in:
parent
c0dbc7d501
commit
0db369a9ae
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue