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: b00dfa7d353ccebf349a19b26b6fc93c3d811768 (plain)
1
2
3
4
5
# frozen_string_literal: true

class NoteUserEntity < UserEntity
  unexpose :web_url
end