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

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

class UserEntity < API::Entities::UserPath
end