FEATURE: box-style rendering of sub-categories

This commit is contained in:
Neil Lalonde
2017-03-08 11:31:30 -05:00
parent 60dc531531
commit 6d7e968e30
18 changed files with 286 additions and 66 deletions

View File

@@ -22,7 +22,8 @@ class BasicCategorySerializer < ApplicationSerializer
:sort_ascending,
:show_subcategory_list,
:num_featured_topics,
:default_view
:default_view,
:subcategory_list_style
has_one :uploaded_logo, embed: :object, serializer: CategoryUploadSerializer
has_one :uploaded_background, embed: :object, serializer: CategoryUploadSerializer