Commit a7411efa authored by Winnie Hellmann's avatar Winnie Hellmann

Resolve conflict in app/models/group.rb

parent 0d32dcfb
......@@ -57,13 +57,10 @@ class Group < Namespace
after_destroy :post_destroy_hook
after_save :update_two_factor_requirement
after_update :path_changed_hook, if: :path_changed?
<<<<<<< HEAD
scope :where_group_links_with_provider, ->(provider) do
joins(:ldap_group_links).where(ldap_group_links: { provider: provider })
end
=======
>>>>>>> ce-com/master
class << self
def supports_nested_groups?
......
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