summaryrefslogtreecommitdiff
path: root/app/serializers/ci/downloadable_artifact_serializer.rb
blob: fc4c9fa558e36f364178bbbae2d314ef51e427fa (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Ci
  class DownloadableArtifactSerializer < BaseSerializer
    entity DownloadableArtifactEntity
  end
end