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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-04 15:08:58 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-04 15:08:58 +0300
commit3968b07d7ea1fd2ca07e427a487ea94ca0c6081d (patch)
treefedd5455aab03f821ae44373a994b2bf06f12d9c /app/serializers/user_entity.rb
parentc315332b8a90d26197ad93a6e982888aa575e2d4 (diff)
Add tests for serialization entities, add user entity
Diffstat (limited to 'app/serializers/user_entity.rb')
-rw-r--r--app/serializers/user_entity.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/serializers/user_entity.rb b/app/serializers/user_entity.rb
new file mode 100644
index 00000000000..43754ea94f7
--- /dev/null
+++ b/app/serializers/user_entity.rb
@@ -0,0 +1,2 @@
+class UserEntity < API::Entities::UserBasic
+end