mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 16:46:06 +10:00
updated exception
This commit is contained in:
@@ -10,7 +10,7 @@ module HasOwners
|
||||
end
|
||||
|
||||
def members
|
||||
raise NotImplementedError, "Expected my_members to be defined in #{self.class.name}"
|
||||
raise NotImplementedError, "Expected members to be defined in #{self.class.name}"
|
||||
end
|
||||
|
||||
def add_owner(user, current_user = nil)
|
||||
|
||||
Reference in New Issue
Block a user