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

8 lines
140 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
2021-06-08 01:23:25 +05:30
NoteUserEntity.prepend_mod_with('NoteUserEntity')