Welcome to mirror list, hosted at ThFree Co, Russian Federation.

award_emoji_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e03cd02392b2b34ddab529b3664bd0afb9f5461 (plain)
1
2
3
4
class AwardEmojiEntity < Grape::Entity
  expose :name
  expose :user, using: API::Entities::UserSafe
end