gitlab-ce/app/serializers/note_user_entity.rb

10 lines
166 B
Ruby

# frozen_string_literal: true
class NoteUserEntity < UserEntity
unexpose :web_url
expose :bot?, as: :bot
end
NoteUserEntity.prepend_mod_with('NoteUserEntity')