mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 10:43:43 +08:00
5 lines
86 B
Ruby
5 lines
86 B
Ruby
![]() |
class SharedDraft < ActiveRecord::Base
|
||
|
belongs_to :topic
|
||
|
belongs_to :category
|
||
|
end
|