rename more foreign uuid attributes
[arvados.git] / apps / workbench / app / models / api_client_authorization.rb
index af47acc7f289b67715ebda61aa7db8f937c26220..620ebc7b9600b8ea777cf869874f0f4f45d3d71c 100644 (file)
@@ -1,6 +1,6 @@
 class ApiClientAuthorization < ArvadosBase
   def attribute_editable?(attr)
-    ['expires_at', 'default_owner'].index attr
+    ['expires_at', 'default_owner_uuid'].index attr
   end
   def self.creatable?
     false