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

issue_serializer.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fff54a91265b9b81c5881b332ffac7340fbf906 (plain)
1
2
3
class IssueSerializer < BaseSerializer
  entity IssueEntity
end