debian-mirror-gitlab/app/serializers/note_user_entity.rb
2020-05-24 23:13:21 +05:30

8 lines
141 B
Ruby

# frozen_string_literal: true
class NoteUserEntity < UserEntity
unexpose :web_url
end
NoteUserEntity.prepend_if_ee('EE::NoteUserEntity')