FEATURE: serialize and update category custom_fields

- send to client
- update from client
This commit is contained in:
Sam Saffron
2015-06-10 06:07:37 +10:00
parent 79027c2775
commit e3fa27a01c
4 changed files with 10 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ class CategorySerializer < BasicCategorySerializer
:email_in_allow_strangers,
:can_delete,
:cannot_delete_reason,
:allow_badges
:allow_badges,
:custom_fields
def group_permissions
@group_permissions ||= begin