updated exception

This commit is contained in:
James Lopez
2015-11-11 15:54:28 +00:00
parent c6a0f109cd
commit fd1b5d6479
+1 -1
View File
@@ -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)