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

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

class AccessibilityReportsComparerSerializer < BaseSerializer
  entity AccessibilityReportsComparerEntity
end