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