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

github_org_serializer.rb « import « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69a598e4b247e70e28f95ff5dbc6850d8a22c6bd (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Import
  class GithubOrgSerializer < BaseSerializer
    entity Import::GithubOrgEntity
  end
end