mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 15:53:04 +00:00
8 lines
146 B
Ruby
8 lines
146 B
Ruby
# frozen_string_literal: true
|
|
|
|
module CommitSignatures
|
|
class X509CommitSignaturePolicy < BasePolicy
|
|
delegate { @subject.project }
|
|
end
|
|
end
|