true
end
+ def self.copies_to_projects?
+ false
+ end
+
def self.contents params={}
res = arvados_api_client.api self, "/contents", {
_method: 'GET'
def class_for_display
group_class == 'project' ? 'Project' : super
end
+
+ def textile_attributes
+ [ 'description' ]
+ end
+
+ def self.creatable?
+ false
+ end
end