gitlab-org--gitlab-foss/app/serializers/alert_management/alert_serializer.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
145 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module AlertManagement
class AlertSerializer < BaseSerializer
entity AlertManagement::AlertEntity
end
end