This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
a11fe5de44
gitlab-org--gitlab-foss
/
app
/
serializers
/
board_simple_entity.rb
7 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use serialization for project boards - Add serializers and Grape::Entity - Replace to_json - Add specs
2019-06-06 04:13:18 -04:00
# frozen_string_literal: true
class
BoardSimpleEntity
<
Grape
::
Entity
expose
:id
Move Multiple Issue Boards for Projects to Core Refactor code to allow multiple issue boards management for projects in CE
2019-06-17 08:58:48 -04:00
expose
:name
Use serialization for project boards - Add serializers and Grape::Entity - Replace to_json - Add specs
2019-06-06 04:13:18 -04:00
end
Copy permalink