FIX: add title to group_user serializer

This commit is contained in:
Arpit Jalan 2015-07-06 22:58:51 +05:30
parent 0bb3123a67
commit f84341f8e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
class GroupUserSerializer < BasicUserSerializer
attributes :name, :last_posted_at, :last_seen_at
attributes :name, :title, :last_posted_at, :last_seen_at
end