Commit fd1b5d64 authored by James Lopez's avatar James Lopez

updated exception

parent c6a0f109
......@@ -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)
......
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