mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 00:13:00 +08:00
![Robin Ward](/assets/img/avatar_default.png)
- 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
|