summaryrefslogtreecommitdiff
path: root/app/serializers/error_tracking/project_entity.rb
blob: 405d87ca0d0550d99af816b7f5d1fafffe6b3fe6 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module ErrorTracking
  class ProjectEntity < Grape::Entity
    expose(*Gitlab::ErrorTracking::Project::ACCESSORS)
  end
end