Commit 27aa8b1a authored by Douwe Maan's avatar Douwe Maan

Resolve conflict in app/models/group.rb

parent 2f0d0d21
......@@ -9,12 +9,9 @@ class Group < Namespace
include Avatarable
include Referable
include SelectForProjectAuthorization
<<<<<<< HEAD
prepend EE::GeoAwareAvatar
=======
include LoadedInGroupList
include GroupDescendant
>>>>>>> upstream/master
prepend EE::GeoAwareAvatar
has_many :group_members, -> { where(requested_at: nil) }, dependent: :destroy, as: :source # rubocop:disable Cop/ActiveRecordDependent
alias_method :members, :group_members
......
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