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

View File

@ -1,6 +1,5 @@
class SuggestedTopicSerializer < ListableTopicSerializer
attributes :archetype, :like_count, :views
has_one :category, embed: :objects
attributes :archetype, :like_count, :views, :category_id
end