Commit 8a5b3f8d authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/models/group.rb

parent f30448e8
......@@ -206,7 +206,6 @@ class Group < Namespace
owners.include?(user) && owners.size == 1
end
<<<<<<< HEAD
def human_ldap_access
Gitlab::Access.options_with_owner.key ldap_access
end
......@@ -224,8 +223,6 @@ class Group < Namespace
Gitlab.config.ldap.enabled && ldap_group_links.any?(&:active?)
end
=======
>>>>>>> upstream/master
def post_create_hook
Gitlab::AppLogger.info("Group \"#{name}\" was created")
......
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