mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
7 lines
140 B
Ruby
7 lines
140 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DeployKeysProjectEntity < Grape::Entity
|
|
expose :can_push
|
|
expose :project, using: ProjectEntity
|
|
end
|