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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-08-17 20:27:11 +0300
committerDouwe Maan <douwe@selenight.nl>2017-08-17 20:27:11 +0300
commit7c491d4fefbd0a079a497e5cae07056bfe467622 (patch)
tree5e41c07992069943d6b4eff30b9f6a70b82f317a /app/serializers/note_user_entity.rb
parent5f758aff57dc54df7d92d0fb63e706d58cf1093d (diff)
Misc tweaks
Diffstat (limited to 'app/serializers/note_user_entity.rb')
-rw-r--r--app/serializers/note_user_entity.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/serializers/note_user_entity.rb b/app/serializers/note_user_entity.rb
new file mode 100644
index 00000000000..7289f3a0222
--- /dev/null
+++ b/app/serializers/note_user_entity.rb
@@ -0,0 +1,3 @@
+class NoteUserEntity < UserEntity
+ unexpose :web_url
+end