debian-mirror-gitlab/app/serializers/note_user_entity.rb
2021-06-08 01:23:25 +05:30

7 lines
140 B
Ruby

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