Commit a42e55e2 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Conflicts: app/policies/base_policy.rb

parent 9e435b73
......@@ -20,7 +20,6 @@ class BasePolicy < DeclarativePolicy::Base
# This is prevented in some cases in `gitlab-ee`
rule { default }.enable :read_cross_project
<<<<<<< HEAD
# EE Extensions
with_scope :user
......@@ -31,6 +30,4 @@ class BasePolicy < DeclarativePolicy::Base
with_scope :global
condition(:license_block) { License.block_changes? }
=======
>>>>>>> upstream/master
end
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