5 lines
86 B
Ruby
5 lines
86 B
Ruby
|
class SharedDraft < ActiveRecord::Base
|
||
|
belongs_to :topic
|
||
|
belongs_to :category
|
||
|
end
|