mirror of
https://github.com/discourse/discourse.git
synced 2025-01-24 08:22:01 +08:00
5 lines
86 B
Ruby
5 lines
86 B
Ruby
|
class SharedDraft < ActiveRecord::Base
|
||
|
belongs_to :topic
|
||
|
belongs_to :category
|
||
|
end
|