This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/serializers/group_user_serializer.rb
2015-07-06 23:00:00 +05:30

4 lines
111 B
Ruby

class GroupUserSerializer < BasicUserSerializer
attributes :name, :title, :last_posted_at, :last_seen_at
end