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

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

module Admin
  class AbuseReportSerializer < BaseSerializer
    entity Admin::AbuseReportEntity
  end
end