1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 03:39:34 +00:00
discourse/app/serializers/group_user_serializer.rb

4 lines
111 B
Ruby
Raw Normal View History

2014-02-06 17:16:59 -05:00
class GroupUserSerializer < BasicUserSerializer
attributes :name, :title, :last_posted_at, :last_seen_at
2014-02-06 17:16:59 -05:00
end