BUGFIX: tracking categories was not implemented

This commit is contained in:
Sam
2014-06-02 13:55:01 +10:00
parent 7cba724fdb
commit 0979e7b9af
5 changed files with 21 additions and 1 deletions

View File

@@ -27,7 +27,8 @@ class TopicUser < ActiveRecord::Base
:created_post,
:auto_watch,
:auto_watch_category,
:auto_mute_category
:auto_mute_category,
:auto_track_category
)
end