FEATURE: Allow admins to schedule a topic to be published in the future.

This commit is contained in:
Guo Xiang Tan
2017-04-03 17:28:41 +08:00
parent dc5a6e7cda
commit f4758a4c4d
23 changed files with 359 additions and 177 deletions

View File

@@ -3,7 +3,8 @@ class TopicStatusUpdateSerializer < ApplicationSerializer
:execute_at,
:duration,
:based_on_last_post,
:status_type
:status_type,
:category_id
def status_type
TopicStatusUpdate.types[object.status_type]