3531: Refactor project tab infinite-scroll. Sort jobs and pipelines
[arvados.git] / apps / workbench / app / models / virtual_machine.rb
index 705ab8c55ebd8a2fb4cdc5f5e70b115c19eb950b..978964196d412b76f993e46b717a7977ea773ecc 100644 (file)
@@ -7,7 +7,7 @@ class VirtualMachine < ArvadosBase
     super.append ['current_user_logins', @current_user_logins]
   end
   def attribute_editable? attr, *args
-    attr != 'current_user_logins' and super *args
+    attr != 'current_user_logins' and super
   end
   def self.attribute_info
     merger = ->(k,a,b) { a.merge(b, &merger) }