Support for Fancy topic titles

This commit is contained in:
Robin Ward
2013-02-19 16:14:04 -05:00
parent c0371ff427
commit 836c3a7379
14 changed files with 2139 additions and 12 deletions
+1
View File
@@ -4,6 +4,7 @@ class TopicViewSerializer < ApplicationSerializer
def self.topic_attributes
[:id,
:title,
:fancy_title,
:posts_count,
:created_at,
:views,