FEATURE: each category can control how many topics to show on categories page

This commit is contained in:
Neil Lalonde
2017-03-01 12:03:12 -05:00
parent ca951f2cf2
commit 262016604d
44 changed files with 71 additions and 105 deletions

View File

@@ -20,7 +20,8 @@ class BasicCategorySerializer < ApplicationSerializer
:has_children,
:sort_order,
:sort_ascending,
:show_subcategory_list
:show_subcategory_list,
:num_featured_topics
has_one :uploaded_logo, embed: :object, serializer: CategoryUploadSerializer
has_one :uploaded_background, embed: :object, serializer: CategoryUploadSerializer