FIX: Invalid sub category links in suggested topics
This commit is contained in:
parent
a7bbc93b9a
commit
9ed49888fc
|
@ -1,6 +1,5 @@
|
||||||
class SuggestedTopicSerializer < ListableTopicSerializer
|
class SuggestedTopicSerializer < ListableTopicSerializer
|
||||||
|
|
||||||
attributes :archetype, :like_count, :views
|
attributes :archetype, :like_count, :views, :category_id
|
||||||
has_one :category, embed: :objects
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue