mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 08:32:26 +08:00
ad082cea70
- Support for a popup that shows similar topics - Cleaned up a lot of Javascript - Cleaned up use of Promises
7 lines
124 B
Ruby
7 lines
124 B
Ruby
class CategoryTopicSerializer < ListableTopicSerializer
|
|
|
|
attributes :visible, :closed, :archived
|
|
has_one :category
|
|
|
|
end
|