Ember support for parent categories

This commit is contained in:
Robin Ward
2013-10-23 13:29:20 -04:00
parent c814fc16a3
commit 49a11e51df
4 changed files with 38 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ class BasicCategorySerializer < ApplicationSerializer
:topic_url,
:hotness,
:read_restricted,
:permission
:permission,
:parent_category_id
end