FIX: Invalid sub category links in suggested topics

This commit is contained in:
Robin Ward 2013-11-19 13:35:51 -05:00
parent a7bbc93b9a
commit 9ed49888fc
1 changed files with 1 additions and 2 deletions

View File

@ -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