mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-29 18:46:23 -05:00
5 lines
91 B
Ruby
5 lines
91 B
Ruby
|
class GroupArchivedMessage < ActiveRecord::Base
|
||
|
belongs_to :user
|
||
|
belongs_to :topic
|
||
|
end
|