mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 21:27:16 -05:00
BUGFIX: show the draft on top page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class TopLists
|
||||
include ActiveModel::Serialization
|
||||
|
||||
attr_accessor :draft, :draft_key, :draft_sequence
|
||||
|
||||
TopTopic.periods.each { |period| attr_accessor period }
|
||||
end
|
||||
Reference in New Issue
Block a user