Support for custom Privacy Policies

This commit is contained in:
Robin Ward
2013-06-26 10:57:35 -04:00
parent 196a8f4ba5
commit 89f182899f
16 changed files with 50 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ class SiteSerializer < ApplicationSerializer
:post_types,
:uncategorized_slug
has_many :categories, serializer: BasicCategorySerializer, embed: :objects
has_many :post_action_types, embed: :objects
has_many :trust_levels, embed: :objects