mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 04:34:13 -06:00
5 lines
83 B
Ruby
5 lines
83 B
Ruby
|
class GroupMention < ActiveRecord::Base
|
||
|
belongs_to :post
|
||
|
belongs_to :group
|
||
|
end
|