diff options
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r-- | app/models/protected_branch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb index 89bfc5f9a9c..35cfcbf178d 100644 --- a/app/models/protected_branch.rb +++ b/app/models/protected_branch.rb @@ -2,7 +2,7 @@ class ProtectedBranch < ActiveRecord::Base include Gitlab::ShellAdapter include ProtectedRef - extend Gitlab::CurrentSettings + # extend Gitlab::CurrentSettings protected_ref_access_levels :merge, :push |