Welcome to mirror list, hosted at ThFree Co, Russian Federation.

note_user_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3f14fb0f9e94251d63176f3d66190a17138c569 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class NoteUserEntity < UserEntity
  unexpose :web_url
end

NoteUserEntity.prepend_mod_with('NoteUserEntity')