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

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

module AlertManagement
  class AlertSerializer < BaseSerializer
    entity AlertManagement::AlertEntity
  end
end