FIX: GroupArchivedMessage belongs to Group, not User

This commit is contained in:
Dan Ungureanu 2020-05-19 14:13:28 +03:00
parent e9f579bd3f
commit 05ca0c908f
No known key found for this signature in database
GPG Key ID: 0AA2A00D6ACC8B84
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
class GroupArchivedMessage < ActiveRecord::Base
belongs_to :user
belongs_to :group
belongs_to :topic
def self.move_to_inbox!(group_id, topic)