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: 212931a2fa9611d15cbf44221a72b0d01001c502 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class AwardEmojiEntity < Grape::Entity
  expose :name
  expose :user, using: API::Entities::UserSafe
end