Include first link of a given type even on reruns of the setup method.
[arvados.git] / apps / workbench / app / models / arvados_resource_list.rb
index 3842c97c373d67343017e5cbc6aff59aa2eda4e0..6b17ececab17c8248c3e7a60e7a7cecf41109da9 100644 (file)
@@ -68,6 +68,10 @@ class ArvadosResourceList
     @results
   end
 
+  def results=(r)
+    @results = r
+  end
+
   def all
     where({})
   end