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

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

class DiscussionSerializer < BaseSerializer
  entity DiscussionEntity
end