Remove .with_user scope from GroupMember
What does this MR do and why?
The same scope is defined on its superclass Member
.
How to set up and validate locally
GroupMember.with_user(User.first) # => Should still return members as before
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.