Commit ffccc4e8 authored by Robert Speicher's avatar Robert Speicher

Resolve app/models/concerns/protected_ref_access.rb

parent 9fdb7498
......@@ -2,11 +2,8 @@
module ProtectedRefAccess
extend ActiveSupport::Concern
<<<<<<< HEAD
include EE::ProtectedRefAccess::Scopes
prepend EE::ProtectedRefAccess
=======
>>>>>>> upstream/master
HUMAN_ACCESS_LEVELS = {
Gitlab::Access::MAINTAINER => "Maintainers".freeze,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment