DEV: Option to preload category custom fields for site serializer

This commit is contained in:
Vinoth Kannan
2019-03-16 17:18:57 +05:30
parent bc488c8dc0
commit 4477938ea7
5 changed files with 52 additions and 1 deletions

View File

@@ -97,4 +97,8 @@ class CategorySerializer < BasicCategorySerializer
def allowed_tag_groups
object.tag_groups.pluck(:name)
end
def custom_fields
object.custom_fields
end
end