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
2014-02-07 10:44:51 -05:00

5 lines
87 B
Ruby

class GroupUserSerializer < BasicUserSerializer
attributes :name, :last_seen_at
end