gitlab-org--gitlab-foss/app/serializers/current_board_entity.rb
Winnie Hellmann 2e6225538f Split and prepend CurrentBoardEntity
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
2019-07-12 06:31:17 +00:00

6 lines
104 B
Ruby

# frozen_string_literal: true
class CurrentBoardEntity < Grape::Entity
expose :id
expose :name
end