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_post_user_serializer.rb
2017-09-12 18:11:08 +08:00

4 lines
83 B
Ruby

class GroupPostUserSerializer < BasicUserSerializer
attributes :title, :name
end