Finalize read only and post only categories, finished off UI work

This commit is contained in:
Sam
2013-07-16 15:44:07 +10:00
parent fce2d0e3b6
commit 352ac9e60c
18 changed files with 204 additions and 94 deletions

View File

@@ -3,7 +3,8 @@ class SiteSerializer < ApplicationSerializer
attributes :default_archetype,
:notification_types,
:post_types,
:uncategorized_slug
:uncategorized_slug,
:group_names
has_many :categories, serializer: BasicCategorySerializer, embed: :objects