9587: trash page
[arvados.git] / apps / workbench / app / models / arvados_base.rb
index 5d6a4c94b9bebb581d771ce4b0557f3ba828e119..f06193c3ecfaeb307ae0a2a86009270b9a4b266c 100644 (file)
@@ -152,6 +152,10 @@ class ArvadosBase < ActiveRecord::Base
     ArvadosResourceList.new(self).distinct(*args)
   end
 
+  def self.include_trash(*args)
+    ArvadosResourceList.new(self).include_trash(*args)
+  end
+
   def self.eager(*args)
     ArvadosResourceList.new(self).eager(*args)
   end