5 lines
109 B
Ruby
5 lines
109 B
Ruby
|
class DeployKeysProjectEntity < Grape::Entity
|
||
|
expose :can_push
|
||
|
expose :project, using: ProjectEntity
|
||
|
end
|