debian-mirror-gitlab/app/serializers/note_user_entity.rb

8 lines
141 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2018-03-17 18:26:18 +05:30
class NoteUserEntity < UserEntity
unexpose :web_url
end
2020-05-24 23:13:21 +05:30
NoteUserEntity.prepend_if_ee('EE::NoteUserEntity')