FIX: add title to group_user serializer
This commit is contained in:
parent
0bb3123a67
commit
f84341f8e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue