gitlab-org--gitlab-foss/app/serializers/note_user_entity.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
140 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-08-17 17:27:11 +00:00
class NoteUserEntity < UserEntity
unexpose :web_url
end
NoteUserEntity.prepend_mod_with('NoteUserEntity')