mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:29:22 +08:00
8 lines
168 B
Ruby
8 lines
168 B
Ruby
|
class TopLists
|
||
|
include ActiveModel::Serialization
|
||
|
|
||
|
attr_accessor :draft, :draft_key, :draft_sequence
|
||
|
|
||
|
TopTopic.periods.each { |period| attr_accessor period }
|
||
|
end
|