mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 12:23:45 +08:00
5 lines
86 B
Ruby
5 lines
86 B
Ruby
|
class SharedDraft < ActiveRecord::Base
|
||
|
belongs_to :topic
|
||
|
belongs_to :category
|
||
|
end
|