Merge branch '3413-keep-trash-list'
[arvados.git] / apps / workbench / app / models / repository.rb
index 06c70f4688211c30be05f8685274583ee66f3d4e..bed7edc6e7ae44a078d7befc3bda1fafe17a72ff 100644 (file)
@@ -2,4 +2,7 @@ class Repository < ArvadosBase
   def self.creatable?
     current_user and current_user.is_admin
   end
+  def attributes_for_display
+    super.reject { |x| x[0] == 'fetch_url' }
+  end
 end