2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

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

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