0f6c42c5ce
Refactor code to allow multiple issue boards management for projects in CE
6 lines
103 B
Ruby
6 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BoardSimpleEntity < Grape::Entity
|
|
expose :id
|
|
expose :name
|
|
end
|