gitlab-org--gitlab-foss/app/serializers/board_simple_entity.rb
charlieablett 27dd0b8e36 Use serialization for project boards
- Add serializers and Grape::Entity
- Replace to_json
- Add specs
2019-06-06 22:13:14 +12:00

5 lines
88 B
Ruby

# frozen_string_literal: true
class BoardSimpleEntity < Grape::Entity
expose :id
end