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: 7289f3a022257fb8e420e8e51742cdc04fc87de9 (plain)
1
2
3
class NoteUserEntity < UserEntity
  unexpose :web_url
end