Refactor likes/flags to simplify things a lot

This commit is contained in:
Robin Ward
2015-07-14 15:50:27 -04:00
parent 5f3c381dc2
commit cc2a33617f
9 changed files with 25 additions and 36 deletions

View File

@@ -18,7 +18,6 @@ class PostSerializer < BasicPostSerializer
attributes :post_number,
:post_type,
:updated_at,
:like_count,
:reply_count,
:reply_to_post_number,
:quote_count,