add authorized_keys views and editable fields
[arvados.git] / apps / workbench / app / models / collection.rb
index d96146143df0c1eaf7eb8ba01178dd1e8bb458fc..cfbb6405041a41f5efb0de50f11ab6dbbf179835 100644 (file)
@@ -8,4 +8,8 @@ class Collection < ArvadosBase
       tot
     end
   end
+
+  def attribute_editable?(attr)
+    false
+  end
 end