[ARVADOS] updated: 6f86d6365b4505601370b9587d5e082e17a657c3
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 25 20:41:36 EDT 2014
Summary of changes:
services/api/app/models/arvados_model.rb | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
via 6f86d6365b4505601370b9587d5e082e17a657c3 (commit)
from ef3a7bc786d108f597edfa3f63a1d06752002fd6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6f86d6365b4505601370b9587d5e082e17a657c3
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Aug 25 20:41:23 2014 -0400
3660: Clarify self-contradicting comment.
diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb
index b9f2205..34b6807 100644
--- a/services/api/app/models/arvados_model.rb
+++ b/services/api/app/models/arvados_model.rb
@@ -90,12 +90,13 @@ class ArvadosModel < ActiveRecord::Base
api_column_map
end
- # Return an array of uuids of users and groups that have permission
- # to write this object. The first two elements are always
- # [self.owner_uuid, current user's uuid].
+ # If current user can manage the object, return an array of uuids of
+ # users and groups that have permission to write the object. The
+ # first two elements are always [self.owner_uuid, current user's
+ # uuid].
#
- # If the the current user can write but not manage the object,
- # return [self.owner_uuid, current user's uuid].
+ # If current user can write but not manage the object, return
+ # [self.owner_uuid, current user's uuid].
#
# If current user cannot write this object, just return
# [self.owner_uuid].
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list