Merge branch 'master' into 10645-cr-mounts-display
[arvados.git] / apps / workbench / app / models / arvados_base.rb
index 6250daa06a3d0c65d2233f51c33588a9de3855a5..5d6a4c94b9bebb581d771ce4b0557f3ba828e119 100644 (file)
@@ -144,6 +144,10 @@ class ArvadosBase < ActiveRecord::Base
     ArvadosResourceList.new(self).select(*args)
   end
 
+  def self.with_count(*args)
+    ArvadosResourceList.new(self).with_count(*args)
+  end
+
   def self.distinct(*args)
     ArvadosResourceList.new(self).distinct(*args)
   end